repositorypackage
0.0.0-20220426113331-c9643b8b8b8c
Repository: https://github.com/jamiecrisman/notes.git
Documentation: pkg.go.dev
# README
notes
cli for plain text notes
# simple run
go run main.go
# binary installation
go install
# for slightly smaller binary
go install -ldflags="-s -w"