common: all golint warnings removed (#16852)
* common: all golint warnings removed * common: fixups
This commit is contained in:
committed by
Péter Szilágyi
parent
cfde0b5f52
commit
d0fd8d6fc2
@ -21,8 +21,8 @@ import (
|
||||
"strconv"
|
||||
)
|
||||
|
||||
// Integer limit values.
|
||||
const (
|
||||
// Integer limit values.
|
||||
MaxInt8 = 1<<7 - 1
|
||||
MinInt8 = -1 << 7
|
||||
MaxInt16 = 1<<15 - 1
|
||||
|
Reference in New Issue
Block a user