🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/natefinch/godocgo

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/natefinch/godocgo

v0.0.0-20160109030932-eb5b06972700
Source
Go
Version published
Created
Source

godocgo GoDoc

An in-depth guide to writing godoc, written in godoc.

To read the docs in your browser right now, click on the godoc reference above to see the documentation, which will bring you to https://godoc.org/github.com/natefinch/godocgo

Or you can run godoc locally:

  go get golang.org/x/tools/cmd/godoc
  go get github.com/natefinch/godocgo
  godoc -http=:8080

(you can skip the first step if you already have godoc installed)

Then open http://localhost:8080/pkg/github.com/natefinch/godocgo to read the docs locally.

FAQs

Package last updated on 09 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts