var encoding/gob.tUint

4 uses

	encoding/gob (current package)
		decode.go#L781: 	tUint:    ignoreUint,
		decode.go#L999: 		return fw == tUint
		type.go#L242: 	tUint      = bootstrapType("uint", (*uint)(nil), 3)
		type.go#L461: 		return tUint.gobType(), nil