Update examples_test.go

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.
pull/154/head
William Kennedy 9 years ago
parent 305c50fb58
commit 0a241390bc
  1. 2
      examples_test.go

@ -3,7 +3,7 @@ package validator_test
import (
"fmt"
"../validator"
"gopkg.in/bluesuncorp/validator.v6"
)
func ExampleValidate_new() {

Loading…
Cancel
Save