Skip to content

Commit afa637d

Browse files
authored
Merge pull request #2 from Lanrik/master
fix import
2 parents a129556 + 906ee5b commit afa637d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

span/span.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package span
22

33
import (
4-
"github.com/luxengine/math"
4+
"github.com/engoengine/math"
55
)
66

77
// Span represents an interval.

0 commit comments

Comments
 (0)