GRPC server to detect the language of a text. This is an evolution of weslang which uses now Google's CLD3, Grpc and Go.
bazel test //...
bazel build //weslango -c opt
For local testing you can start the server with:
bazel run //weslango
and then use evans to make requests to the server.
Feel free to send Pull Requests or create Issues. Even Issues asking for better coding styles and practices are welcome, as it has been a while since I last coded in Go.