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

144 B

How to Use Mock Testing in Go

This tutorial demonstrates several techniques for using mock objects in Go tests.

Find the tutorial here.