Golang 开源库

  1. PostgreSQL链接库;

    https://github.com/bmizerany/pq
  2. MarkDown解析库

    https://github.com/russross/blackfriday
  3. Redis链接库

    https://github.com/alphazero/Go-Redis
  4. 配置文件读取库

    https://github.com/jonsen/goconfig/config
  5. 日志操作库

    https://github.com/cihub/seelog
  6. 数据库ORM库

    https://github.com/astaxie/beedb
    微信 https://github.com/astaxie/weixin 这个项目是基于beego开发的微信应用,主要实现了“Go中国”这个微信账号的自动恢复,能够同步读取gopkg这个开源库的内容 .
    验证库 https://github.com/astaxie/beeku
    demo大全 https://github.com/astaxie/gopkg 持续更新
    https://github.com/golangers/framework#readme 
          
    • WebServer服务
    • 聊天室(chatroom) - 在线demo
    • 记事本(guestbook) - 在线demo
    • Helloworld - 在线demo
    • 图片分享(pinterest) - 在线demo
    • Golang Play - 在线demo
    • Todo List - 在线demo
    • 权限管理(website-admin) - 在线demo

你可能感兴趣的:(Golang 开源库)