Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change all examples from launchpad.net to github.com #15

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion _examples/draw/drawpicture.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"
"unsafe"

"launchpad.net/gommap"
"github.com/tysonmote/gommap"

_ "image/jpeg"

Expand Down
2 changes: 1 addition & 1 deletion _examples/modeset/modeset-double-buffered.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"time"
"unsafe"

"launchpad.net/gommap"
"github.com/tysonmote/gommap"

"github.com/NeowayLabs/drm"
"github.com/NeowayLabs/drm/mode"
Expand Down
2 changes: 1 addition & 1 deletion _examples/modeset/modeset.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"
"unsafe"

"launchpad.net/gommap"
"github.com/tysonmote/gommap"

"github.com/NeowayLabs/drm"
"github.com/NeowayLabs/drm/mode"
Expand Down
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module github.com/splace/drm

go 1.21.5

1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading