go.mod: rename module

This commit is contained in:
mappu 2024-08-25 16:05:44 +12:00
parent 754b76d18a
commit aca9773803
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"os" "os"
"miqt/qt" "github.com/mappu/miqt/qt"
) )
func main() { func main() {

2
go.mod
View File

@ -1,3 +1,3 @@
module miqt module github.com/mappu/miqt
go 1.19 go 1.19