teamdigitale / anpr-dashboard-server

Service to expose data about the migration status of Italian municipalities to the National Registry
GNU Affero General Public License v3.0
2 stars 4 forks source link

Go Modules should be added #29

Open saniales opened 4 years ago

saniales commented 4 years ago

I think there should be no more explanation here, but jsut 2 lines

cd server
go mod init https://github.com/teamdigitale/anpr-dashboard-server/server
go build -o removeme # to populate go.mod and go.sum
rm removeme

this must be done for each folder with source, or once in the root.