蓝图导管Go SDK
被Docker化
有测试
可以在本地运行
有一个时髦的Makefile
指示
在现有的Go项目中使用
去做...
驱动执行
本地可运行(必须安装Go)
make run
可在Docker中运行(必须已安装Docker)
make docker
运行测试(必须安装Go)
make showcoverage
SwitcherLabs Go SDK
SwitcherLabs是一个功能标记管理平台,使您可以立即开始使用功能标记。 通过SwitcherLabs Go SDK,您可以轻松地在Go项目中集成功能标记。
安装
确保您的项目正在使用Go模块(如果已经在其根目录中,则将具有go.mod文件):
go mod init
然后,在具有import的Go程序中引用switcherlabs-go:
import (
"github.com/switcherlabs/switcherlabs-
go-binance
A Golang SDK for API.
All the REST APIs listed in are implemented, as well as the websocket APIs.
For best compatibility, please use Go >= 1.8.
Make sure you have read binance API document before continuing.
API List
Name
Descr iption