github.com/sixexorg/magnetic-ring@v0.0.0-20191119090307-31705a21e419/errors/hash_error.go (about) 1 package errors 2 3 import "errors" 4 5 var ( 6 ERR_HASH_PARSE = errors.New("The bytes length is not 32.") 7 )