tyler-smith / go-bip39

The BIP39 library for Go.
MIT License
556 stars 196 forks source link

Migrate to Go Modules and update Travis CI pipeline #35

Closed tiero closed 4 years ago

tiero commented 4 years ago

Migrating to Go Modules avoids the infamous GOPATH problem when doing forks on other username/organizations, and also it's the de-facto standard for modern Go projects. The Travis matrix has been updated starting Go Version 1.11 and release has been dropped as well.

After the merge in master a go mod tidy would be beneficial.

tiero commented 4 years ago

Please @tyler-smith coudl you review this? Thanks

tyler-smith commented 4 years ago

@tiero Sorry for the delay, it's been a busy time. I really appreciate the contribution!