This commit is contained in:
zyj
2025-10-29 11:36:25 +08:00
commit 48e9318cc6
2 changed files with 8 additions and 0 deletions

5
cmd/main.go Normal file
View File

@@ -0,0 +1,5 @@
package main
func main() {
}

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module go-mobile-uiautomator
go 1.25.1