Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7f3fee7

Browse files
Merge pull request #16 from rogiervandenberg/master
Add clarification on log package for logging
2 parents 633babd + 22f6146 commit 7f3fee7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ Output
264264
2021年04月11日 13:55:07 hello world
265265
```
266266

267+
_(Package `log` writes to standard error ánd prints the date and time of each logged message)_
268+
267269
**[⬆ back to top](#contents)**
268270

269271
### variables

‎examples/logging.go‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ package main
33
import "log"
44

55
func main() {
6+
// Package `log` writes to standard error ánd prints the date and time of each logged message
67
log.Println("hello world")
78
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /