rename: rebrand to mire

This commit is contained in:
2026-03-21 12:49:57 +00:00
parent d72f727322
commit 511a4c912c
32 changed files with 209 additions and 209 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
package cmd
import (
"miro/internal/miro"
"mire/internal/mire"
"github.com/spf13/cobra"
)
@@ -16,7 +16,7 @@ func newTestCommand() *cobra.Command {
path = args[0]
}
return miro.RunTests(path)
return mire.RunTests(path)
},
}
}