1.0 of Go version

This commit is contained in:
2020-11-27 19:22:48 +01:00
parent 952c136211
commit 316c3cde93
16 changed files with 1355 additions and 19 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module MusicServer
go 1.15
require (
github.com/gorilla/mux v1.8.0
github.com/jackc/pgtype v1.5.0
github.com/jackc/pgx/v4 v4.9.0
)