https://linen.dev logo
o

Oleg Nenashev

07/01/2023, 8:45 PM
WireMock Module for Testcontainers Golang is live: https://github.com/wiremock/wiremock-testcontainers-go
j

Jamie Tanna [he/him]

07/02/2023, 7:58 AM
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

Oleg Nenashev

07/03/2023, 8:42 AM
Just a PR is fine, thanks!
By the time I got the Docker env working reliably, I was fine with crappy code 🙂
j

Jamie Tanna [he/him]

07/03/2023, 8:45 AM
Not crappy at all!
o

Oleg Nenashev

07/03/2023, 8:59 AM
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