const math.MinInt8
9 uses
math (current package)
const.go#L41: MinInt8 = -1 << 7
encoding/gob
dec_helpers.go#L295: if x < math.MinInt8 || math.MaxInt8 < x {
decode.go#L248: if v < math.MinInt8 || math.MaxInt8 < v {
github.com/jackc/pgtype
convert.go#L220: if srcVal < math.MinInt8 {
numeric.go#L30: var bigMinInt8 *big.Int = big.NewInt(math.MinInt8)
qchar.go#L47: if value < math.MinInt8 {
qchar.go#L60: if value < math.MinInt8 {
qchar.go#L73: if value < math.MinInt8 {
qchar.go#L86: if value < math.MinInt8 {
![]() |
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. |