企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
#### 使用 [jsoniter](https://github.com/json-iterator/go) 编译 Gin 使用 `encoding/json` 作为默认的 json 包,但是你可以在编译中使用标签将其修改为 [jsoniter](https://github.com/json-iterator/go)。 ```sh $ go build -tags=jsoniter . ```