Add internal/server/user/server{,_test}.go

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2019-10-07 19:05:59 +02:00
parent 10da324a57
commit 10586bae95
3 changed files with 155 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ go 1.12
require (
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/gorilla/mux v1.7.3
github.com/spf13/cobra v0.0.5
gopkg.in/h2non/gock.v1 v1.0.15
)