代码下载
- 下载喧喧代码: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