resonatecoop / user-api-old

Main Resonate User/Track API written in Go
GNU General Public License v3.0
13 stars 4 forks source link

Proposal for Migration to GO Modules #7

Closed onapoli closed 2 years ago

onapoli commented 4 years ago

Followed the official GO migration to modules guide shared by Augustin. Then, followed the repository README to configure the server and perform tests.

All tests passed after migration. Tested in Ubuntu (Linux). Had problems with postgres role password when testing, so changed it from "" to 'password' in conf.local.yaml for the tests, but did not commit that change .