refactor crypto tests

This commit is contained in:
Livio Amstutz
2020-03-30 11:26:02 +02:00
parent 106a6ec143
commit e04c0116f5
4 changed files with 328 additions and 58 deletions

View File

@@ -1,3 +1,4 @@
package crypto
//go:generate mockgen -source crypto.go -destination ./crypto_mock.go -package crypto
//go:generate mockgen -source code.go -destination ./code_mock.go -package crypto