Categorygithub.com/qiniu-ava/pkg
module
0.1.0
Repository: https://github.com/qiniu-ava/pkg.git
Documentation: pkg.go.dev

# README

Collection of AVA Golang Common Packages

Contents

  • random

    helps using crypto/rand and math/rand consistently

    go 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
    

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
Package random helps using crypto/rand as simple as math/rand.
No description provided by the author