environment configurations detector/discovery/dictionary
- 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 {
}