Skip to content

acmestack/envcd

Repository files navigation

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 {
}