var go.opencensus.io/tag.errInvalidKeyName
3 uses
go.opencensus.io/tag (current package)
key.go#L27: return Key{}, errInvalidKeyName
map.go#L193: return ctx, fmt.Errorf("key:%q: %v", k, errInvalidKeyName)
validate.go#L28: errInvalidKeyName = errors.New("invalid key name: only ASCII characters accepted; max length must be 255 characters")
 |
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. |