Go package docs

Last updatedJuly 21, 2021

Go package documentation is the best way to learn the Nextmv Decision Stack.

Note, GitHub access is required. To request access, please contact us at support@nextmv.io.

To read the package documentation, start a local godoc server from your terminal.

go get -u golang.org/x/tools/cmd/godoc
godoc -http=:6060

Leave your terminal open and access package docs at code/hop and code/engines.

Alternately, you can download these for offline use with wget.

mkdir hop-package-docs
cd hop-package-docs
wget -m -k -q -erobots=off --no-host-directories \
     --no-use-server-timestamps http://localhost:6060/ \
     -I pkg/github.com/nextmv-io/code/
Was this helpful?