feat(mocktesting): initial implementation

This commit is contained in:
2021-11-21 22:03:11 +00:00
parent 7209ef72c6
commit 5b84721b10
11 changed files with 3564 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/jimeh/go-mocktesting
go 1.15
require github.com/stretchr/testify v1.7.0