internal/abi.Name.Tag (method)
10 uses
internal/abi (current package)
type.go#L667: func (n Name) Tag() string {
internal/reflectlite
type.go#L628: if cmpTags && tf.Name.Tag() != vf.Name.Tag() {
reflect
type.go#L982: if tag := p.Name.Tag(); tag != "" {
type.go#L1477: if cmpTags && tf.Name.Tag() != vf.Name.Tag() {
type.go#L2345: hash = fnv1(hash, []byte(f.Name.Tag())...)
type.go#L2346: repr = append(repr, (" " + strconv.Quote(f.Name.Tag()))...)
runtime
type.go#L453: if tf.Name.Tag() != vf.Name.Tag() {
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |