摘要: package mainimport ( "log" "time")func f() { defer timeoutCheck("f slow", time.Now()) time.Sleep(time.Second)}func timeoutCheck(tag string... 阅读全文