mirror of
https://github.com/Fishwaldo/validator.git
synced 2025-03-15 19:51:38 +00:00
Update examples_test.go
This is better. We can't use relative paths for imports. If you can get this change in, it will help with my talk at GolangUK on Friday.
This commit is contained in:
parent
6df82fdf49
commit
81c46b4ae4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ package validator_test
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"../validator"
|
||||
"gopkg.in/bluesuncorp/validator.v6"
|
||||
)
|
||||
|
||||
func ExampleValidate_new() {
|
||||
|
|
Loading…
Add table
Reference in a new issue