Skip to content

Commit

Permalink
Merge pull request #19 from ChimeraCoder/import
Browse files Browse the repository at this point in the history
Use absolute import instead of relative import
  • Loading branch information
patrickxb committed Jul 26, 2017
2 parents 748f01b + 2ea18e7 commit ad91dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
package consistent_test

import (
"../consistent"
"fmt"
"log"
"stathat.com/c/consistent"
)

func ExampleNew() {
Expand Down

0 comments on commit ad91dc4

Please sign in to comment.