Golang with arm and centos6

Hi,

It seems that your Go API doesn’t support the arm platforms as well as centos6 on intel (Your C API does support all these flavors) - Can you please add such support (arm is a top priority for me).

Thanks,
Omer.

Hi Omer,

Adding ARM support is easy, but I am not sure whether centos6 support will be added for golang.

Hi Omer,

Arm64 support has been added to the golang package now.

In case of CentOS 6, just replace the libLexActivator.a in the following folder:

with the one for Cent OS 6 (from C++ sdk) after you go get the package.

Hi Adnan,

Thank you very much for your quick response. I appreciate it!