anylink/common/log.go

8 lines
92 B
Go

package common
import "log"
func init() {
log.SetFlags(log.LstdFlags | log.Lshortfile)
}