Database component for the v1.0 architecture of AutomaCoin - https://www.automacoin.com/
Modules are implemented
after go v1.11. No need to go get anymore!
make database
After building, you can
./build/v1-database <command-line-options>
To run your tests, do
make test
Or you can do go test, or you can have the ginkgo executable,
go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega/...
This fetches ginkgo and installs the ginkgo executable under
$GOPATH/bin – you’ll want that on your $PATH.
and then
ginkgo
MIT
Just fill an issue here!