func()

in main/logger.go [18:20]


func (n *NoopWriter) Write(p []byte) (int, error) {
    return len(p), nil
}