Hacker News new | ask | show | jobs
by nbari 3365 days ago
For avoiding having issues, try to compile from source on your target platform, this is due the https://golang.org/cmd/cgo/

the readme file has some instructions about how to do it: https://github.com/immortal/immortal/

Regarding if is mature enough, strictly talking still not a stable version, current beeing `0.11.0` and not jet a `1.x.x` but the more you could test and evaluate could be nice.

Please feel to raise any issue if needed here: https://github.com/immortal/immortal/issues

1 comments

Thanks !