Denis Angulo

Results 2 comments of Denis Angulo

Hi! I've ran into issues regarding the DB state. At first, I mirrored the InMemoryPlayerStore (from the HTTP Server chapter) with an Sqlite implementation (through GORM), I resolved to delete...

OK so I ditched GORM and changed my logic to use "database/sql" with [github.com/lib/pq](https://github.com/lib/pq ). I then proceeded to create a a wrapper around each integration test, creating a [Postgres...