modulepackage
1.1.8
Repository: https://github.com/ibuilding-x/driver-box.git
Documentation: pkg.go.dev
# README
DriverBox
Document
Install
- Download The Source Code
git clone https://gitee.com/iBUILDING-X/driver-box.git
- Load GO dependencies
cd driver-box
go mod vendor # 国内用户可以切换源:go env -w GOPROXY=https://goproxy.cn,direct
Run locally
- Open the main.go file
func main() {
driverbox.Start([]export.Export{&export.DefaultExport{}})
select {}
}
- Start the driver box
go run main.go
Participate and contribute
- Fork's own warehouse
- Create a new Feat_xxx branch
- Submit code
- Create a new Pull Request
Feedback
If you have any questions, please contact issues Quick feedback