mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
add comment
This commit is contained in:
@@ -19,6 +19,7 @@ type Format struct {
|
||||
}
|
||||
|
||||
// 2009/01/23 01:23:23 d.go:23: message
|
||||
// same like log.SetFlags(log.LstdFlags | log.Lshortfile)
|
||||
func (*Format) Format(e *log.Entry) ([]byte, error) {
|
||||
return []byte(
|
||||
fmt.Sprintf("%s %s:%d: %s\n",
|
||||
|
||||
Reference in New Issue
Block a user