gotron/README.md
2024-11-13 22:43:29 +00:00

14 lines
192 B
Markdown

# Install
```shell
go get -u gitea.capitan.black/public/gotron/gen/core
go get -u gitea.capitan.black/public/gotron/gen/api
```
# Generate
```shell
go generate
```
# Test
```shell
go test
```