go-fastpbkdf2 icon indicating copy to clipboard operation
go-fastpbkdf2 copied to clipboard

cant using get command

Open kazegawa opened this issue 8 years ago • 1 comments

root@valkrasp:~# go get github.com/ctz/go-fastpbkdf2 go build github.com/ctz/go-fastpbkdf2: no buildable Go source files in /root/go/src/github.com/ctz/go-fastpbkdf2

can u help me?

kazegawa avatar Aug 26 '17 03:08 kazegawa

I experienced the same error, try export CGO_ENABLED=1 https://golang.org/cmd/cgo/

The fastpbkdf2 library is written in C and wrapped by go-fastpbkdf2 for use in Go. After setting the environment variable, I was able to go build warpwallet_cracker.go

indyjonesnl avatar Jan 16 '18 21:01 indyjonesnl