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
@ -39,6 +39,7 @@ import (
|
||||
|
||||
const uintBits = 32 << (uint64(^uint(0)) >> 63)
|
||||
|
||||
// Errors
|
||||
var (
|
||||
ErrEmptyString = &decError{"empty hex string"}
|
||||
ErrSyntax = &decError{"invalid hex string"}
|
||||
|
Reference in New Issue
Block a user