-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi I am trying to run the program but keep getting:
go run src/ethcracker.go -pk xxx.txt -t xxx.txt
src\accounts\keystore\keystore_wallet.go:22:2: cannot find package
src\accounts\keystore\account_cache.go:31:2: cannot find package
src\accounts\keystore\account_cache.go:32:2: cannot find package
src\accounts\keystore\keystore_passphrase.go:42:2: cannot find package
src\accounts\keystore\keystore.go:38:2: cannot find package
src\accounts\keystore\cracker.go:8:5: cannot find package
src\accounts\keystore\keystore.go:40:2: cannot find package
src\accounts\keystore\account_cache.go:33:2: cannot find package
src\accounts\keystore\key.go:35:2: cannot find package
src\accounts\keystore\cracker.go:17:5: cannot find package
src\accounts\keystore\keystore_passphrase.go:46:2: cannot find package
Am I inputting the code incorrectly?
Thanks