learning_go/go-code-samples/mock-testing
2025-12-20 10:21:45 +03:00
..
fetchuser Added plan of tests 2025-12-20 10:21:45 +03:00
README.md Added plan of tests 2025-12-20 10:21:45 +03:00

How to Use Mock Testing in Go

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

Find the tutorial here.