go常用三方库

实现定时任务

https://github.com/robfig/cron

restful框架

https://github.com/ant0ine/go-json-rest

数据库操作

https://beego.me/
https://github.com/beego/mysql

数据类型转换

https://github.com/seefan/to

支付宝支付:

https://github.com/smartwalle/alipay

import (
"github.com/ant0ine/go-json-rest/rest"
"github.com/robfig/cron"
"github.com/astaxie/beego/orm"
_ "github.com/go-sql-driver/mysql"
"github.com/seefan/to"
)

你可能感兴趣的:(go常用三方库)