1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/iBUILDING-X-driver-box

Клонировать/Скачать
README.en.md 855
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
zhengjw22 Отправлено 27.09.2024 04:12 27101e0

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

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/iBUILDING-X-driver-box.git
git@api.gitlife.ru:oschina-mirror/iBUILDING-X-driver-box.git
oschina-mirror
iBUILDING-X-driver-box
iBUILDING-X-driver-box
master