Join Slack
Powered by
Hi, has anyone tried serving the stubs in Golang?
# help
s
Sarah Javier-Sampan
07/02/2024, 11:33 AM
Hi, has anyone tried serving the stubs in Golang?
t
Tom
07/02/2024, 12:08 PM
Hi Sarah, you can run WireMock via go-testcontainers:
https://wiremock.org/docs/solutions/golang/
s
Sarah Javier-Sampan
07/02/2024, 12:25 PM
Thanks, Tom!
👍 1
l
Lee Turner
07/02/2024, 12:30 PM
@Sarah Javier-Sampan
I have a small example of using WireMock via test containers in Golang. Might give you a few pointers (although this was my first play around with golang) -
https://github.com/leeturner/wiremock-cli
🙏 1
5
Views
Open in Slack
Previous
Next