//
pkg.gl
Category
github.com/anmil/quicknote
note
package
0.5.0
Repository:
https://github.com/anmil/quicknote.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
12
Files
146 SLOC
#
Functions
NewBook
NewBook returns a new Book.
NewNote
NewNote returns a new Note.
NewTag
NewTag returns a new Tag.
#
Constants
MaxStringLen
Always a good idea to have a upper limit.
#
Variables
Basic
Note types.
NoteTypes
Note types.
URL
Note types.
#
Structs
Book
Book is a collection of notes.
Note
Note is our main struct for storing notes and their meta data.
Tag
Tag is a term used as meta data for more accurate searching and labeling.
#
Type aliases
Books
No description provided by the author
Notes
No description provided by the author
Tags
No description provided by the author