安卓+termux ,安装不了。
看了代码,直接下载了具体的可执行文件,然后 chmod u+x 都没问题。
alias 了一下,然后 so 正常输出提示信息; so 中文指令,失败;
```
github.com/Xuanwo/go-locale.DetectAll() /home/gs/go/pkg/mod/
github.com/!xuanwo/[email protected]/locale.go:20 +0x20 fp=0x40000ace40 sp=0x40000acd80 pc=0x2d2270
github.com/Xuanwo/go-locale.Detect(...) /home/gs/go/pkg/mod/
github.com/!xuanwo/[email protected]/locale.go:11github.com/greensea/so/common.Lang() /home/gs/pj/so/common/common.go:17 +0x28 fp=0x40000ace70 sp=0x40000ace40 pc=0x2d2eb8
main.Umami({0x7fd2e67b5f, 0x10})
/home/gs/pj/so/umami.go:32 +0x80 fp=0x40000acfb0 sp=0x40000ace70 pc=0x33a2a0
main.main.gowrap1()
/home/gs/pj/so/main.go:26 +0x2c fp=0x40000acfd0 sp=0x40000acfb0 pc=0x336f3c
runtime.goexit({})
/usr/local/go/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40000acfd0 sp=0x40000acfd0 pc=0x7eb94
created by main.main in goroutine 1
/home/gs/pj/so/main.go:26 +0xe0
goroutine 34 gp=0x40002761c0 m=nil [runnable]:
main.displaySpin.func1()
/home/gs/pj/so/run.go:223 fp=0x400005efd0 sp=0x400005efd0 pc=0x339e20
runtime.goexit({})
/usr/local/go/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400005efd0 sp=0x400005efd0 pc=0x7eb94
created by main.displaySpin in goroutine 1
/home/gs/pj/so/run.go:223 +0x8c
```