Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 382 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 382 Bytes

go-user-ms

user microservice for go

Installation

// download dependencies
go mod tidy

// Ejecutar
go run cmd/main.go

// run tests
go test ./internal/app/... -v

// Coverage
go test ./internal/app/... -cover

Ir a http://localhost:3000 para ver swagger specification

Swagger

swagger