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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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