diff --git a/examples/helloworld/main.go b/examples/helloworld/main.go index 3a604ad..4462046 100644 --- a/examples/helloworld/main.go +++ b/examples/helloworld/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "miqt/qt" + "github.com/mappu/miqt/qt" ) func main() { diff --git a/go.mod b/go.mod index 67829ec..c6c236e 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module miqt +module github.com/mappu/miqt go 1.19