const github.com/go-git/gcfg/types.Dec
19 uses
github.com/go-git/gcfg/types (current package)
int.go#L14: Dec IntMode = 1 << iota
int.go#L22: if m&Dec != 0 {
int.go#L51: case Dec:
int.go#L53: case Dec + Hex:
int.go#L59: case Dec + Oct:
int.go#L65: case Dec + Hex + Oct:
github.com/go-git/gcfg
set.go#L93: m |= types.Dec
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. |