Skip to content

Commit 20603e5

Browse files
Dean KarnDean Karn
Dean Karn
authored and
Dean Karn
committed
Update doc.go
add import statements
1 parent 24f242a commit 20603e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ validations.
88
import (
99
"errors"
1010
"testing"
11+
. "gopkg.in/bluesuncorp/assert.v1"
1112
)
1213
1314
func AssertCustomErrorHandler(t *testing.T, errs map[string]string, key, expected string) {

0 commit comments

Comments
 (0)