041: Go Build Tags

In this episode we use Go build tags to control what tests we run in different situations. Allowing to run Unit Tests separately from End to End, Integration and Pact tests.

The code produced during this episode can be found on GitHub