Categorygithub.com/binchencoder/letsgo
modulepackage
0.0.5
Repository: https://github.com/binchencoder/letsgo.git
Documentation: pkg.go.dev

# README

letsgo

letsgo - Let's Go. Go library collecting commonly used functions.

# Packages

Package flags contains useful type to make working with flags easier.
Package grpc defines the context function to work with grpc metadata.
Package hashring implements a consistent hashing algorithm for gRPC load balancing.
Package ident defines the context function to work with user Identity.
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
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
Package trace defines context functions to work with trace ID.
Package version prints the version information set by Bazel.

# Functions

Cleanup performs cleanup at panic.
Exit performs cleanup before exits program with os.Exit().
FlagUsage returns an InitOption which sets the flag usage function.
Init initializes Golang application.

# Type aliases

InitOption defines the initialization option.