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