DriverBox
文档
快速开始
安装
- 下载源代码
git clone https://gitee.com/iBUILDING-X/driver-box.git
- 加载 go 依赖
cd driver-box
go mod vendor # 国内用户可以切换源:go env -w GOPROXY=https://goproxy.cn,direct
本地运行
- 打开 main.go 文件
func main() {
driverbox.Start([]export.Export{&export.DefaultExport{}})
select {}
}
- 启动 driver-box
go run main.go
参与贡献
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request
反馈
如果您有任何问题,请通过 issues 快速反馈
致谢