Implement saving and loading for account data, currently a basic json file

This commit is contained in:
Marc Di Luzio 2020-05-31 19:15:57 +01:00
parent f1e6311366
commit 179dd3f984
11 changed files with 306 additions and 130 deletions

View file

@ -5,7 +5,7 @@ cd ..
set -x
# Test the build
go build -v ./...
go build -v .
# Run unit tests
go test -v ./... -cover