JudgeServer/client/go/README.md
2018-12-05 03:53:00 +08:00

19 lines
290 B
Markdown

# JudgeServer client for Golang
# Installation
Install:
```shell
go get -d github.com/QingdaoU/JudgeServer/client/go
```
Import:
```go
import "github.com/QingdaoU/JudgeServer/client/go"
```
# Examples
[examples](https://github.com/QingdaoU/JudgeServer/tree/master/client/go/examples)