Closed dolmen closed 7 years ago
I'll just remove the .gitignore in another commit as the usual way to install commands is with go install which puts it in $GOPATH/bin
.
The .gitignore
IS useful to any contributors, not just myself.
go install
is the usual command for installing, but during development go build
is safer because it doesn't affect the hashid
in $PATH
.
Just a command-line tool to experiment with the library.