Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 252 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 252 Bytes

Install some libraries first:

  • go get github.com/op/go-logging # Log API
  • go get gopkg.in/mgo.v2 # Mongodb API
  • go get github.com/json-iterator/go # jsoniter encode, best json performace tool
  • go get github.com/stretchr/testify/require # run test