Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 532 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 532 Bytes

feedify

what should be done

structure

Development

Create symbolic link from you directory to GOPATH

cd to-your-project
mkdir -p $GOPATH/src/github.com/feedlabs
ln -s $(pwd) $GOPATH/src/github.com/feedlabs/feedify

Dependencies

  • go get github.com/astaxie/beego
  • go get github.com/fzzy/radix/redis
  • go get github.com/barakmich/glog
  • go get github.com/jmcvetta/neoism