Skip to content

Commit bf8f0f4

Browse files
authored
Merge pull request gobuffalo#228 from srt32/st-use-new-validate-package
Update usage of validate in html-crud example
2 parents fcdec64 + 52a913e commit bf8f0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/html-crud/models/user.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import (
55
"fmt"
66
"time"
77

8-
"github.com/markbates/going/validate"
9-
"github.com/markbates/going/validate/validators"
108
"github.com/markbates/pop"
9+
"github.com/markbates/validate"
10+
"github.com/markbates/validate/validators"
1111
)
1212

1313
// User model stores information about a user account

0 commit comments

Comments
 (0)