Skip to content

Commit

Permalink
Update examples_test.go
Browse files Browse the repository at this point in the history
Please don't use relative paths. I want to use the package but this is causing problems. I plan on using the package during my GolangUK talk on Friday but I need this fixed.
  • Loading branch information
ardan-bkennedy committed Aug 19, 2015
1 parent 305c50f commit 0a24139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package validator_test
import (
"fmt"

"../validator"
"gopkg.in/bluesuncorp/validator.v6"
)

func ExampleValidate_new() {
Expand Down

0 comments on commit 0a24139

Please sign in to comment.