/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.

Primary LanguageGo

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.