We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc88a0f commit ee4b58dCopy full SHA for ee4b58d
src/log/log.go
@@ -8,6 +8,8 @@
8
// Panic[f|ln], which are easier to use than creating a Logger manually.
9
// That logger writes to standard error and prints the date and time
10
// of each logged message.
11
+// Every log message is output on a separate line: if the message being
12
+// printed does not end in a newline, the logger will add one.
13
// The Fatal functions call os.Exit(1) after writing the log message.
14
// The Panic functions call panic after writing the log message.
15
package log
0 commit comments