first commit

This commit is contained in:
2020-08-14 10:21:12 +08:00
parent 5c00a2534b
commit 4ac29d32e0
8 changed files with 41 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ module nbarest
go 1.14
require (
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.4
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)