const internal/abi.String
7 uses
internal/abi (current package)
type.go#L68: String
type.go#L158: String: "string",
internal/reflectlite
type.go#L86: String = abi.String
type.go#L556: if abi.Bool <= kind && kind <= abi.Complex128 || kind == abi.String || kind == abi.UnsafePointer {
value.go#L343: case abi.String:
reflect
swapper.go#L45: if typ.Kind() == abi.String {
value.go#L3510: if dst.Kind() == abi.String && pkgPathFor(src.Elem()) == "" {
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. |