func golang.org/x/pkgsite/internal/godoc/codec.failf
8 uses
golang.org/x/pkgsite/internal/godoc/codec (current package)
codec.go#L65: func failf(format string, args ...interface{}) {
codec.go#L103: failf("bad code: %d", c)
codec.go#L219: failf("DecodeUint: bad length %d", n)
codec.go#L304: failf("bad bool: %d", b)
codec.go#L465: failf("unregistered type %s", t)
codec.go#L489: failf("DecodeAny: bad list length %d", n)
codec.go#L493: failf("type number %d out of range", num)
codec.go#L525: failf("unregistered type: %s", 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. |