Installation
Running or sharing don’t, but building Gohandlers from source does require Go compiler.
Download, compile and install latest release of Gohandlers:
go install go.ufukty.com/gohandlers@latest
Run Gohandlers to validate installation:
gohandlers version
If shell reports it can’t find the command then check your PATH contain GOBIN and GOPATH or use a familiar GOBIN with the install command.
You also need the get the gohandlers package provided by the same repository. Switch to the directory of your project’s module root and get the package. Don’t forget to run vendor your dependencies if you enabled it previously:
go get go.ufukty.com/gohandlers/pkg/gohandlers
# go mod vendor
Usage
The general syntax of the tool is:
gohandlers [command] [flags]
Run this to see available flags for each subcommand:
gohandlers [command] -help