common: add comments for golint

This commit is contained in:
Vincent Serpoul 2018-06-08 11:45:06 +08:00
parent ea06da0892
commit d0806a2c04

View file

@ -30,7 +30,9 @@ import (
)
const (
HashLength = 32
// HashLength is the expected length of the hash
HashLength = 32
// AddressLength is the expected length of the adddress
AddressLength = 20
)