Skip to content

Commit

Permalink
Replace relative import with absolute one
Browse files Browse the repository at this point in the history
Relative imports break tools like dep (golang/dep#899)
and they're in general not recommended to be used.
  • Loading branch information
smira committed Dec 19, 2018
1 parent 0335174 commit ddcf4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistic_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package skyline_test

import (
"../skyline"
"github.com/datastream/skyline"
"testing"
)

Expand Down

0 comments on commit ddcf4f6

Please sign in to comment.