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)