commit 48e9318cc6eee6a92d6d1f4178884b590466f6d0 Author: zyj <18107291228@163.com> Date: Wed Oct 29 11:36:25 2025 +0800 init diff --git a/cmd/main.go b/cmd/main.go new file mode 100644 index 0000000..7905807 --- /dev/null +++ b/cmd/main.go @@ -0,0 +1,5 @@ +package main + +func main() { + +} diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..da1529f --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module go-mobile-uiautomator + +go 1.25.1