package
0.0.0-20200223121827-10ffd4c65076
Repository: https://github.com/aquayi/go-notes.git
Documentation: pkg.go.dev

# Functions

NewMockMath creates a new mock instance.

# Structs

Calculator 是计算器结构体.
MockMath is a mock of Math interface.
MockMathMockRecorder is the mock recorder for MockMath.

# Interfaces

Math interface define add and sub operation.