mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-09 13:26:27 +10:00
Generate Mock
Install gomock
GO111MODULE=on go get github.com/golang/mock/mockgen@latest
Generate interface mock
mockgen -source=../kt/command/types.go -destination=./mock/action_mock.go -package=mock