reflect.name.tag (method)
6 uses
reflect (current package)
type.go#L502: func (n name) tag() (s string) {
type.go#L1197: if tag := p.name.tag(); tag != "" {
type.go#L1673: if cmpTags && tf.name.tag() != vf.name.tag() {
type.go#L2560: hash = fnv1(hash, []byte(f.name.tag())...)
type.go#L2561: repr = append(repr, (" " + strconv.Quote(f.name.tag()))...)
 |
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. |