neoneo-go/pkg/wallet
AnnaShaleva aefb6f9fee *: fix tests failing due to path.Join usage
Solution:
Use `file/filepath` package to construct expected path. This package is OS-aware, see https://github.com/golang/go/issues/30616.
2021-11-29 11:11:09 +03:00
..
testdata wallet: rename isdefault to isDefault 2021-05-14 10:31:31 +03:00
account.go crypto: allow to provide non-default scrypt parameters 2021-06-11 15:22:28 +03:00
account_test.go crypto: allow to provide non-default scrypt parameters 2021-06-11 15:22:28 +03:00
regenerate_test.go *: fix tests failing due to path.Join usage 2021-11-29 11:11:09 +03:00
token.go *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
token_test.go wallet: add Standard field to Token 2021-04-30 15:58:27 +03:00
wallet.go wallet: do not store file handle 2021-10-06 15:29:52 +03:00
wallet_test.go *: fix tests failing due to path.Join usage 2021-11-29 11:11:09 +03:00