Categorygithub.com/ibuilding-x/driver-box
modulepackage
1.1.8
Repository: https://github.com/ibuilding-x/driver-box.git
Documentation: pkg.go.dev

# README

DriverBox

Document

Quick start

Install

  1. Download The Source Code
git clone https://gitee.com/iBUILDING-X/driver-box.git
  1. Load GO dependencies
cd driver-box
go mod vendor # 国内用户可以切换源:go env -w GOPROXY=https://goproxy.cn,direct

Run locally

  1. Open the main.go file
func main() {
    driverbox.Start([]export.Export{&export.DefaultExport{}})
    select {}
}
  1. Start the driver box
go run main.go

Participate and contribute

  1. Fork's own warehouse
  2. Create a new Feat_xxx branch
  3. Submit code
  4. Create a new Pull Request

Feedback

If you have any questions, please contact issues Quick feedback

Thank

# Packages

No description provided by the author
No description provided by the author