Skip to content

51h5/go-sdk-top

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

淘宝 TOP SDK

top sdk for golang

Install

  1. 安装
go111MODULE=on go get -u github.com/51h5/go-sdk-top@latest
  1. 配置 golang
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct
  1. 配置 go.mod
go mod tidy

Example

see _example/main.go