neo-go/pkg/encoding/base58
Roman Khimov 5ef08f60ae remove github.com/pkg/errors from dependencies
It's not needed any more with Go 1.13 as we have wrapping/unwrapping in base
packages. All errors.Wrap calls are replaced with fmt.Errorf, some strings are
improved along the way.
2020-08-07 12:21:52 +03:00
..
base58.go remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
base58_test.go base58: add a test for a025b9c42d 2019-12-25 17:33:48 +03:00
doc.go base58: move into its own package 2019-12-25 15:05:54 +03:00