const go/token.STRUCT
6 uses
go/token (current package)
token.go#L123: STRUCT
token.go#L224: STRUCT: "struct",
go/parser
parser.go#L762: pos := p.expect(token.STRUCT)
parser.go#L1038: case token.STRUCT:
parser.go#L2227: token.LBRACK, token.STRUCT, token.MAP, token.CHAN, token.INTERFACE, // composite types
go/printer
nodes.go#L943: p.print(token.STRUCT)
![]() |
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. |