mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2025-11-04 14:50:01 +08:00
19 lines
290 B
Markdown
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) |