Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: 5843c0bc66b62872cb59c1cf8a512f3680fdcd58
https://github.com/btcsuite/btcwallet/commit/5843c0bc66b62872cb59c1cf8a512f3680fdcd58
Author: Josh Rickmar <[email protected]>
Date: 2015-05-27 (Wed, 27 May 2015)
Changed paths:
M config.go
A internal/legacy/keystore/keystore.go
A internal/legacy/keystore/keystore_test.go
A internal/legacy/rename/rename_unix.go
A internal/legacy/rename/rename_windows.go
R legacy/keystore/keystore.go
R legacy/keystore/keystore_test.go
R legacy/rename/rename_unix.go
R legacy/rename/rename_windows.go
M walletsetup.go
Log Message:
-----------
Move legacy under internal directory.
After Go 1.5, this will prevent consumers from importing these
packages since they are currently unmaintained.
Closes #232.