Skip to content

Commit 906ee5b

Browse files
LanrikLanrik
authored andcommitted
fix import
1 parent a129556 commit 906ee5b

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)