const runtime.tflagUncommon
5 uses
runtime (current package)
iface.go#L39: if typ.tflag&tflagUncommon == 0 {
type.go#L21: tflagUncommon tflag = 1 << 0
type.go#L59: if t.tflag&tflagUncommon == 0 {
type.go#L322: if t.typ.tflag&tflagUncommon != 0 {
type.go#L331: if t.typ.tflag&tflagUncommon != 0 {
![]() |
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. |