We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 748f01b + 2ea18e7 commit ad91dc4Copy full SHA for ad91dc4
1 file changed
example_test.go
@@ -5,9 +5,9 @@
5
package consistent_test
6
7
import (
8
- "../consistent"
9
"fmt"
10
"log"
+ "stathat.com/c/consistent"
11
)
12
13
func ExampleNew() {
0 commit comments