Categorygithub.com/camilocorreaUdeA/GoBootcampTechTest
modulepackage
0.0.0-20210902220418-ec3d27116d71
Repository: https://github.com/camilocorreaudea/gobootcamptechtest.git
Documentation: pkg.go.dev

# README

GoBootcampTechTest

Technical Test for Go Bootcamp at Wizeline

Go version:

1.16

Dependencies:

  • Gin: go get -u github.com/gin-gonic/gin
  • Testify: go get github.com/stretchr/testify

How to run:

go run main.go

  1. locahost:8080/hello
  2. localhost:8080/foo

How to test:

In ./handlers: go test -v

# Packages

No description provided by the author
No description provided by the author