Skip to content

Commit 17e1f42

Browse files
Merge pull request #48 from hellofresh/fix-go-mod
Fix go mod
2 parents a73224d + 77b09d9 commit 17e1f42

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

driver/sql/projection_notification_processor_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build unit
2+
13
package sql_test
24

35
import (

mocks/gomod.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// +build gomod
2+
3+
package mocks
4+
5+
import (
6+
_ "github.com/golang/mock/mockgen/model"
7+
)

0 commit comments

Comments
 (0)