WireMock Module for Testcontainers Golang is live:...
# general
o
WireMock Module for Testcontainers Golang is live: https://github.com/wiremock/wiremock-testcontainers-go
j
Nice! I've spotted a couple of tweaks we could make to the code (some common things a linter may pick up, and an opportunity to simplify things) - shall I raise some issues or are you happy with me just dropping a PR over?
o
Just a PR is fine, thanks!
By the time I got the Docker env working reliably, I was fine with crappy code 🙂
j
Not crappy at all!
o
I still have a few hundreds of lines for Docker Compose that I need to productize in the next PR. They are the most crappy ones 🙂
Apart from that, Golang code is quite easy thanks to a lot of enforcements in place. I do not quite share the Golang code ideology and conventions, but oh well it works well at scale