Skip to content

Commit

Permalink
Change ianling back to AllenDang
Browse files Browse the repository at this point in the history
  • Loading branch information
ianling committed Apr 15, 2021
1 parent 3f5b056 commit fd7e6a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DrawData_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package imgui_test
import (
"testing"

"github.com/ianling/imgui-go"
"github.com/AllenDang/imgui-go"

"github.com/stretchr/testify/assert"
)
Expand Down
2 changes: 1 addition & 1 deletion Main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package imgui_test
import (
"testing"

"github.com/ianling/imgui-go"
"github.com/AllenDang/imgui-go"

"github.com/stretchr/testify/assert"
)
Expand Down
2 changes: 1 addition & 1 deletion Vectors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/stretchr/testify/assert"

"github.com/ianling/imgui-go"
"github.com/AllenDang/imgui-go"
)

func TestVec2Addition(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/ianling/imgui-go
module github.com/AllenDang/imgui-go

require github.com/stretchr/testify v1.3.0

Expand Down

0 comments on commit fd7e6a6

Please sign in to comment.