This document shows how to use Go as your client language. For Go client in Paddle Serving, a simple client package is provided https://github.com/PaddlePaddle/Serving/tree/develop/go/serving_client, a user can import this package as needed. Here is a simple example of sentiment analysis task based on IMDB dataset.
### Install
We suppose you have 1.9.2 or later version installed and python 2.7 version installed
```shell
go get github.com/PaddlePaddle/Serving/go/serving_client