@@ -20,7 +20,7 @@ type Logger struct {
// to make the logger accessible for modification
func NewLogger() *Logger {
return &Logger{log.New(os.Stdout, "[narco] ", 0)}
return &Logger{log.New(os.Stdout, "[narco] ", log.LstdFlags)}
}
type FooResponseWriter struct {
The note is not visible to the blocked user.