軽くデバッグするために標準出力に出す方法を調べた

package main

import "log"

func main() {
	log.Println("ログ")
}