package
0.0.0-20241205074135-fb9825cdae3e
Repository: https://github.com/seksham/go-study.git
Documentation: pkg.go.dev
# Functions
Benchmark example.
Parallel benchmark example.
Example of sub-benchmarks.
Basic unit test example.
No description provided by the author
Testify assert example.
Testify require example.
Mock example.
# Structs
Calculator represents a simple calculator with basic operations.
Test suite example.
MockDataStore implements DataStore interface for testing.
# Interfaces
DataStore represents an interface for data storage.