main.goのlog.Printf("start with: %v", url)
はエラー出力でしょうか
#69
Unanswered
uekiGityuto
asked this question in
Q&A
Replies: 2 comments
-
ご購入ありがとうございます。参考になった部分が少しでもあれば私としてはとても嬉しいです。 ご質問についてもありがとうございます。 本来は |
Beta Was this translation helpful? Give feedback.
0 replies
-
承知しました! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
執筆ありがとうございます。
Go言語で疑問に感じていた箇所がほぼ全て解消でき、仕組みや理由を理解することができました。
痒いところに手が届くような本で、大変勉強になりました。
一つ質問です。
以下の箇所では、log.PrintfでServerのurlを表示していると思いますが、log.Printfはデフォルトでは標準エラー出力に書き出すものだと思います。このメッセージはinfoレベルのメッセージだと思うのですが、標準エラー出力に書き出すのは何故でしょうか?
go_todo_app/main.go
Line 30 in 2384db9
Beta Was this translation helpful? Give feedback.
All reactions