summaryrefslogtreecommitdiff
path: root/net/go-pkgsite/pkg-descr
blob: cb6b538f198d0595539e59cb25fd5367c39f1acb (plain) (blame)
1
2
3
4
5
6
7
8
9
The pkgsite program extracts and generates documentation for Go projects.

Example usage:

$ go install golang.org/x/pkgsite/cmd/pkgsite@latest
$ cd myproject
$ pkgsite -open .

For more information, see the pkgsite documentation.