阅读(2734) (0)

代码下载

2019-03-27 15:49:47 更新
  • 下载喧喧代码:git clone  https://github.com/easysoft/xuanxuan.git
  • Linux、Mac等系统可以进入到目录  xuanxuan, 建立软连接ln -s  xxd $GOPATH/src/xxd
  • Windows系统可以把  xuanxuan/xxd 目录拷贝到  gowork/src 目录下
  • 下载依赖包:
# config ini
go get github.com/Unknwon/goconfig
# websocket
go get github.com/gorilla/websocket
# sqlite3
go get github.com/mattn/go-sqlite3