mattn / efm-langserver

General purpose Language Server
MIT License
1.36k stars 61 forks source link

Cannot work in termux (workaround is to build `efm` with `GOOS=android`) #268

Open milanglacier opened 10 months ago

milanglacier commented 10 months ago

Due to this issue (and will not fix by the go devoloper team), cannot use efm in termux

https://github.com/golang/go/issues/60125

it seems that the only workaround is to cross-compile the efm in android platform:

GOOS=android go build

I suggest that we add a FAQ part in the README that points to this issue.