We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef47798 commit 25e1999Copy full SHA for 25e1999
android-collector/go.mod
@@ -1,4 +1,4 @@
1
-module github.com/Te-k/android-collector
+module github.com/mvt-project/androidqf/android-collector
2
3
go 1.20
4
android-collector/main.go
@@ -1,8 +1,6 @@
package main
-import (
- "github.com/Te-k/android-collector/cmd"
5
-)
+import "github.com/mvt-project/androidqf/android-collector/cmd"
6
7
func main() {
8
cmd.Execute()
0 commit comments