コード例 #1
0
ファイル: termlog_demo.go プロジェクト: cortesi/termlog
func testpatt(l termlog.Logger) {
	l.Say("Log")
	l.Notice("Notice!")
	l.Warn("Warn!")
	l.Shout("Error!")
}