thresh-wallet icon indicating copy to clipboard operation
thresh-wallet copied to clipboard

Cannot build due to error on lines 154 and 203 UserHomeDir

Open maxcado opened this issue 6 years ago • 1 comments

Hello, tried to build wallet but go this error:

client

src/client/wallet.go:154:15: undefined: os.UserHomeDir src/client/wallet.go:203:15: undefined: os.UserHomeDir

maxcado avatar Oct 16 '19 14:10 maxcado

Please upgrade your golang version to 1.12: https://golang.org/pkg/os/#UserHomeDir

bohutang avatar Oct 17 '19 01:10 bohutang