type go/doc.Package
6 uses
go/doc (current package)
doc.go#L16: type Package struct {
doc.go#L118: func New(pkg *ast.Package, importPath string, mode Mode) *Package {
doc.go#L123: return &Package{
doc.go#L160: func NewFromFiles(fset *token.FileSet, files []*ast.File, importPath string, opts ...interface{}) (*Package, error) {
example.go#L463: func classifyExamples(p *Package, examples []*Example) {
filter.go#L99: func (p *Package) Filter(f Filter) {
 |
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. |