Skip to content

Commit 25e1999

Browse files
authored
Fix package name for the collector (#57)
1 parent ef47798 commit 25e1999

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

android-collector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/Te-k/android-collector
1+
module github.com/mvt-project/androidqf/android-collector
22

33
go 1.20
44

android-collector/main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package main
22

3-
import (
4-
"github.com/Te-k/android-collector/cmd"
5-
)
3+
import "github.com/mvt-project/androidqf/android-collector/cmd"
64

75
func main() {
86
cmd.Execute()

0 commit comments

Comments
 (0)