Service Testing
Mock services, integration testing, and contract testing patterns.
Overview
Demonstrates how to use mock services for testing without external dependencies.
Topics: Mocking, integration tests, test patterns
Running
go run main.go
Status: ✅ Complete