Skip to content

Instantly share code, notes, and snippets.

@sergeylukin
Created November 23, 2016 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergeylukin/378f62ba69a10835be950f4f647be173 to your computer and use it in GitHub Desktop.
Save sergeylukin/378f62ba69a10835be950f4f647be173 to your computer and use it in GitHub Desktop.
Run searchable local go lang documentation server
godoc -goroot=/usr/local/go -index -index_files=/tmp/godoc_index.db -write_index
godoc -v -goroot=/usr/local/go -http=:6060 -index -index_files=/tmp/godoc_index.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment