Skip to content

QingdaoU JudgeServer golang client,这个仓库是直接使用的官方代码,只是重新整理了文件结构,便于go mod安装

License

Notifications You must be signed in to change notification settings

keepchen/JudgeServerClient

Repository files navigation

Usage

  • go get
go get github.com/keepchen/JudgeServerClient
  • go mod
go mod download github.com/keepchen/JudgeServerClient
import judge "github.com/keepchen/JudgeServerClient"

...

client := judge.NewClient(judge.WithTimeout(0))
client.SetOptions(judge.WithEndpointURL("http://127.0.0.1:12358"), judge.WithToken("MY-TOKEN-STRING"))

Origin

QingdaoU/JudgeServer

About

QingdaoU JudgeServer golang client,这个仓库是直接使用的官方代码,只是重新整理了文件结构,便于go mod安装

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages