Categorygithub.com/acmestack/envcd
module
0.0.0-20220829074747-8b0f75f9845d
Repository: https://github.com/acmestack/envcd.git
Documentation: pkg.go.dev

# README

envcd

environment configurations detector/discovery/dictionary

license card go version go report codecov report workflow lasted release

Software Architecture

Envcd Architecture

Stargazers over time

Stargazers over time

Contribute and Support

Code Comment Polish

  • you can comment with idea plugin Gonano
// NewAsyncWriter Write data with Buffer, this Writer and Closer is thread safety, but WriteCloser parameters not safety.
//  @param w       Writer
//  @param bufSize accept buffer max length
//  @param block   if true, overflow buffer size, will blocking, if false will occur error
//  @return *AsyncLogWriter
func NewAsyncWriter(w io.Writer, bufSize int, block bool) *AsyncLogWriter {
}

# Packages

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