const golang.org/x/pkgsite/internal/godoc/codec.nilCode
5 uses
golang.org/x/pkgsite/internal/godoc/codec (current package)
codec.go#L168: nilCode = 255 - iota // a nil value
codec.go#L320: e.writeByte(nilCode)
codec.go#L335: case nilCode:
codec.go#L376: case nilCode: // do not set the pointer
codec.go#L425: case nilCode:
![]() |
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. |