Skip to content

Commit 58acea7

Browse files
authored
Merge pull request #5 from wingyplus/fix-package-name
Fix import collision error in test file
2 parents b21ddaa + f0fbfc2 commit 58acea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp_compliance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"sort"
77
"testing"
88

9-
"github.com/bytearena/box2d"
9+
"github.com/ByteArena/box2d"
1010
"github.com/pmezard/go-difflib/difflib"
1111
)
1212

0 commit comments

Comments
 (0)