Skip to content

Commit ad91dc4

Browse files
authored
Merge pull request #19 from ChimeraCoder/import
Use absolute import instead of relative import
2 parents 748f01b + 2ea18e7 commit ad91dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
package consistent_test
66

77
import (
8-
"../consistent"
98
"fmt"
109
"log"
10+
"stathat.com/c/consistent"
1111
)
1212

1313
func ExampleNew() {

0 commit comments

Comments
 (0)