learning_go/testing/go-code-samples/mock-testing/README.md
2025-12-20 17:00:05 +03:00

6 lines
144 B
Markdown

# How to Use Mock Testing in Go
This tutorial demonstrates several techniques for using mock objects in Go tests.
Find the tutorial [here]().