const github.com/go-git/gcfg/types.Hex
19 uses
github.com/go-git/gcfg/types (current package)
int.go#L15: Hex
int.go#L25: if m&Hex != 0 {
int.go#L53: case Dec + Hex:
int.go#L65: case Dec + Hex + Oct:
int.go#L67: case Hex:
int.go#L75: case Hex + Oct:
github.com/go-git/gcfg
set.go#L96: m |= types.Hex
set.go#L105: reflect.TypeOf(int(0)): types.Dec | types.Hex,
set.go#L106: reflect.TypeOf(int8(0)): types.Dec | types.Hex,
set.go#L107: reflect.TypeOf(int16(0)): types.Dec | types.Hex,
set.go#L108: reflect.TypeOf(int32(0)): types.Dec | types.Hex,
set.go#L109: reflect.TypeOf(int64(0)): types.Dec | types.Hex,
set.go#L110: reflect.TypeOf(uint(0)): types.Dec | types.Hex,
set.go#L111: reflect.TypeOf(uint8(0)): types.Dec | types.Hex,
set.go#L112: reflect.TypeOf(uint16(0)): types.Dec | types.Hex,
set.go#L113: reflect.TypeOf(uint32(0)): types.Dec | types.Hex,
set.go#L114: reflect.TypeOf(uint64(0)): types.Dec | types.Hex,
set.go#L116: reflect.TypeOf(big.Int{}): types.Dec | types.Hex,
set.go#L122: m = types.Dec | types.Hex | types.Oct
 |
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. |