go/ast.Package.Name (field)
5 uses
go/ast (current package)
ast.go#L1056: Name string // package name
filter.go#L496: return &File{doc, pos, NewIdent(pkg.Name), decls, pkg.Scope, imports, nil, comments}
go/doc
doc.go#L125: Name: pkg.Name,
go/parser
interface.go#L161: Name: name,
golang.org/x/pkgsite/internal/godoc/internal/doc
doc.go#L140: Name: pkg.Name,
 |
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. |