You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
294 B
Markdown
14 lines
294 B
Markdown
1 year ago
|
# N-GTP
|
||
|
|
||
|
A golang package for handling GTP engine, (such as Katago. etc.), supporting analysis mode.
|
||
|
|
||
|
一个`Golang`编写的`GTP`工具包,支持通用`GTP 引擎`(如:`Katago`),支持分析模式。
|
||
|
|
||
|
|
||
|
## 安装
|
||
|
|
||
|
```bash
|
||
|
go get -u git.noahlan.cn/noahlan/ntools-go/ngtp
|
||
|
```
|
||
|
|
||
|
## 使用
|