add old go tooling

This commit is contained in:
2023-05-31 16:17:03 +07:00
commit 54f1f3eb38
57 changed files with 5791 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package main
import (
"ios-wrapper/internal/wrapper"
)
func main() {
wrapper.Cli()
}