MLH-Fellowship / FellowshipWrapup

A showcase of all your work done during the MLH Fellowship
MIT License
6 stars 0 forks source link

Refactor golang packages #19

Closed gmelodie closed 4 years ago

gmelodie commented 4 years ago

Broke the code down into different packages using go mod. This should solve linting errors :smiley:

IamCathal commented 4 years ago

Queries are going to have to be overwtitten by the new ones introduced in https://github.com/MLH-Fellowship/FellowshipWrapup/pull/21

There are some API changes that I need to make but that's better left for after this has been merged to master. Apart from that it's fine after the conflicts have been resolved or just ignored since this is an architecture change

gmelodie commented 4 years ago

This is ready. Conflicts are resolved but I'm still getting Variable $username is used by but not declared.