Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 267 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 267 Bytes

Test Driven Go Service

This serves as an example of performing outside-in TDD on a Golang web service translating the wttr.in weather API as a superficial use case. Take a look at the commit log to see the individual steps taken to test drive from the outside in.