Skip to content

Instantly share code, notes, and snippets.

@ppcamp
Last active October 25, 2023 18:53
Show Gist options
  • Save ppcamp/8524cc5bf9efb6c58ffa9db711bd9f27 to your computer and use it in GitHub Desktop.
Save ppcamp/8524cc5bf9efb6c58ffa9db711bd9f27 to your computer and use it in GitHub Desktop.
Serve Godoc

Acess doc by terminal

go doc PACKAGE_NAME

Godoc string server

First, download it

go install golang.org/x/tools/cmd/godoc
  • Serving using godoc directly
echo http://localhost:6060/pkg/$(go list -m) && godoc -goroot=. -http=:6060 -play
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment