Skip to content

小程序后台Go语言工具类库,《小程序从0到1:微信全栈工程师一本通》示例有用到

License

Notifications You must be signed in to change notification settings

rixingyike/sim.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sim.go

一个快速开发小程序后台接口的工具类库

建议使用v2.0版本:https://github.com/rixingyike/sim.go/tree/v2.0

如何使用(旧,不带mod)

注意:建议使用相同、带mod的v2.0版本

鉴于go语言目前有了mod,在默认启用了mod的情况下,直接使用该源码可能会比较麻烦。所以建议先将mod关闭:

git clone -b v1.0 https://github.com/rixingyike/sim.go.git --depth=1
export GO111MODULE=off
cd ./sim.go
go get ./...
./debug.sh

History

9/29: 修正qiniu api升级引发的编译错误

About

小程序后台Go语言工具类库,《小程序从0到1:微信全栈工程师一本通》示例有用到

Resources

License

Stars

Watchers

Forks

Packages

No packages published