gotron/README.md

14 lines
212 B
Markdown
Raw Normal View History

2024-11-13 20:59:28 +00:00
# Install
```shell
go get -u go get -u gitea.capitan.black/public/gotron/gen/core
go get -u go get -u gitea.capitan.black/public/gotron/gen/api
```
# Generate
```shell
go generate
```
# Test
```shell
go test
```