Skip to content

Commit

Permalink
Merge pull request #7 from gopxl/remove-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
duysqubix committed Oct 8, 2023
2 parents 11d9ad9 + 8589fd7 commit 46ea36f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/multiwindows/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

pixel "github.com/gopxl/pixel/v2"
"github.com/gopxl/pixel/v2"
"github.com/gopxl/pixel/v2/pixelgl"
"github.com/gopxl/pixel/v2/text"
)
Expand Down
2 changes: 1 addition & 1 deletion examples/platformer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

_ "image/png"

pixel "github.com/gopxl/pixel/v2"
"github.com/gopxl/pixel/v2"
"github.com/gopxl/pixel/v2/imdraw"
"github.com/gopxl/pixel/v2/pixelgl"
"github.com/pkg/errors"
Expand Down
2 changes: 1 addition & 1 deletion geometry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package pixel_test
import (
"testing"

pixel "github.com/gopxl/pixel/v2"
"github.com/gopxl/pixel/v2"
)

type sub struct {
Expand Down
2 changes: 1 addition & 1 deletion pixelgl/window.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import (
"image/color"
"runtime"

pixel "github.com/gopxl/pixel/v2"
"github.com/faiface/glhf"
"github.com/faiface/mainthread"
"github.com/go-gl/gl/v3.3-core/gl"
"github.com/go-gl/glfw/v3.3/glfw"
"github.com/gopxl/pixel/v2"
"github.com/pkg/errors"
)

Expand Down

0 comments on commit 46ea36f

Please sign in to comment.