Skip to content

Erwin011895/shorty-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shorty-challenge

Config

cp conf/app.ini.example conf/app.ini

Build

Go Module

go mod tidy
go build

Run

./shorty-challenge

Testing

Create Mock

see script/generate_mock.sh

Unit Tests

generate output file

go test ./... -coverprofile cp.out

generate coverage.html

go tool cover -html=cp.out -o coverage.html

About

A response for creating simple microservice challenge. https://gist.github.com/williamn/cfad86ab218101e0c5d7be89226c5c85

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published