SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 0 forks source link

AccountsTableConnection #410

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

We will create our own sql.DB class for the purposes of being able to mock out our tests.

Some resources to read up on: Interfaces: https://gobyexample.com/interfaces DB: https://golang.org/pkg/database/sql/#DB RWLock: https://golang.org/pkg/sync/#RWMutex