Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.52 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.52 KB

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