repo: rename package to miqt

This commit is contained in:
mappu 2024-08-06 13:06:40 +12:00
parent 5e3215dbd1
commit 64c2dca497
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,7 +2,7 @@
*.json
# binaries
qtbindingexperiment
miqt
cmd/bindings_test/direct
cmd/bindings_test/testapp
cmd/genbindings/genbindings

2
go.mod
View File

@ -1,3 +1,3 @@
module qtbindingexperiment
module miqt
go 1.19