github.com/Cloud-Foundations/Dominator@v0.3.4/lib/hash/api.go (about) 1 package hash 2 3 type Hash [64]byte 4 5 func (h Hash) MarshalText() ([]byte, error) { 6 return h.marshalText() 7 }