开发
安装依赖
- mysql
- redis
配置文件 修改cmd/config.toml文件中的mysql、redis服务地址和端口
启动各模块 ``` cd cmd/ go run haobase/main.go -c config.toml go run haomatch/main.go -c config.toml go run haosettle/main.go -c config.toml go run haoquote/main.go -c config.toml
#启动前端调试界面
cd example/
go run example.go -b
```