Goで標準出力にログを出力する

軽くデバッグするために標準出力に出す方法を調べた package main import "log" func main() { log.Println("ログ") }

2021-11-27T08:42:00+09:00 · 1 分 · Szk302