package log import "time" func Print() { Infof(time.Now().UTC().Format(time.RFC3339)) }