Implement saving and loading for account data, currently a basic json file
This commit is contained in:
parent
f1e6311366
commit
179dd3f984
11 changed files with 306 additions and 130 deletions
|
@ -5,7 +5,7 @@ cd ..
|
|||
set -x
|
||||
|
||||
# Test the build
|
||||
go build -v ./...
|
||||
go build -v .
|
||||
|
||||
# Run unit tests
|
||||
go test -v ./... -cover
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue