# README
Collection of AVA Golang Common Packages
Contents
-
random
helps using
crypto/rand
andmath/rand
consistentlygo get github.com/qiniu-ava/pkg/random
-
ava_grpc
grpc helpers for logging
go get github.com/qiniu-ava/pkg/grpc
-
shutdown
helps shutting down server gracefully
go get github.com/qiniu-ava/pkg/shutdown
-
config
helps loading config files from command line flag
go get github.com/qiniu-ava/pkg/config
-
mongo
helps with mgo for mongoDB usage
go get github.com/qiniu-ava/pkg/mongo