You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use chan to read and write (#1)
* use chan as buffer
* handle errors
* run postgres in github actions
* add sudo
* fix postgres
* run test on github actions
* export DATABASE_URI in test.sh
* upgrade actions/checkout to v3 and setup-go to v4