driver-box

command module
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

README

DriverBox

文档

快速开始

安装

  1. 下载源代码
git clone https://gitee.com/iBUILDING-X/driver-box.git
  1. 加载 go 依赖
cd driver-box
go mod vendor # 国内用户可以切换源:go env -w GOPROXY=https://goproxy.cn,direct

本地运行

  1. 打开 main.go 文件
func main() {
    driverbox.Start([]export.Export{&export.DefaultExport{}})
    select {}
}
  1. 启动 driver-box
go run main.go

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

反馈

如果您有任何问题,请通过 issues 快速反馈

致谢

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL