feat: initial implementation

This commit is contained in:
2022-02-14 17:48:13 +00:00
commit 7b743b7805
5 changed files with 155 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/romdo/gomockctx
go 1.17
require github.com/golang/mock v1.6.0