Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 166 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 166 Bytes

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"