first coomit

This commit is contained in:
2020-08-10 12:58:54 +08:00
commit 5c00a2534b
16 changed files with 307 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module nbarest
go 1.14
require (
github.com/gorilla/mux v1.7.4
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)