Skip to content

Commit

Permalink
Use regular path instead of gopkg.in
Browse files Browse the repository at this point in the history
  • Loading branch information
nowk committed Feb 1, 2016
1 parent 5fcbe9a commit 652a1bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t_test.go
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"reflect"

"gopkg.in/gostrut/strut.v1/invalid"
"github.com/gostrut/strut/invalid"
)

type tField struct {
Expand Down
2 changes: 1 addition & 1 deletion validator.go
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"reflect"

"gopkg.in/gostrut/strut.v1/invalid"
"github.com/gostrut/strut/invalid"
)

// ValidatorFunc is the validator func signature. The first 2 strings are the
Expand Down

0 comments on commit 652a1bc

Please sign in to comment.