package main
Import Path
golang.org/x/pkgsite/cmd/pkgsite (on go.dev)
Dependency Relation
imports 12 packages, and imported by 0 packages
Involved Source Files
This is a work in progress.
Pkgsite extracts and generates documentation for Go programs.
It runs as a web server and presents the documentation as a
web page.
Usage:
pkgsite [flag] # Load module from current directory.
pkgsite [flag] [path1,path2] # Load modules from paths to memory.
The flags are:
-gopath_mode=false
Assume that local modules' paths are relative to GOPATH/src
-http=:8080
HTTP service address to listen for incoming requests on
Package-Level Functions (total 2, neither is exported)
Package-Level Variables (total 2, neither is exported)
Package-Level Constants (only one, which is unexported)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |