gomod2nix/tests/ethermint/cmd/main.go
HuangYi e54afe9222
fix symlink nested package
- added a test case to demonstrate the fail scenario
2022-05-20 15:54:53 +08:00

11 lines
126 B
Go

package main
import (
"fmt"
"github.com/tharsis/ethermint/crypto/hd"
)
func main() {
fmt.Println(hd.NewExtendedKey())
}