go-gb28181/README.MD

15 lines
184 B
Plaintext
Raw Permalink Normal View History

2025-01-23 18:51:43 +08:00
### 一键初始化项目
```shell
go generate -x
```
2025-01-25 16:31:08 +08:00
### 运行项目
```shell
go run cmd/client/main.go
```
### 编译项目
```shell
go build -o bin/client cmd/client/main.go
```