Source File
godoc.go
Belonging Package
golang.org/x/pkgsite/internal/godoc
package godoc
import (
)
var ErrTooLarge = dochtml.ErrTooLarge
type ModuleInfo = dochtml.ModuleInfo
type Package struct {
Fset *token.FileSet
encPackage
renderCalled bool
}
type encPackage struct { // fields that can be directly encoded
Files []*File
ModulePackagePaths map[string]bool
}
func ( *token.FileSet, map[string]bool) *Package {
return &Package{
Fset: ,
encPackage: encPackage{
ModulePackagePaths: ,
},
}
}
.Decls =
![]() |
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. |