const math.MaxInt8
14 uses
math (current package)
const.go#L40: MaxInt8 = 1<<7 - 1
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#L222: } else if srcVal > math.MaxInt8 {
numeric.go#L29: var bigMaxInt8 *big.Int = big.NewInt(math.MaxInt8)
qchar.go#L42: if value > math.MaxInt8 {
qchar.go#L50: if value > math.MaxInt8 {
qchar.go#L55: if value > math.MaxInt8 {
qchar.go#L63: if value > math.MaxInt8 {
qchar.go#L68: if value > math.MaxInt8 {
qchar.go#L76: if value > math.MaxInt8 {
qchar.go#L81: if value > math.MaxInt8 {
qchar.go#L89: if value > math.MaxInt8 {
qchar.go#L94: if value > math.MaxInt8 {
![]() |
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. |