1 //go:build integration 2 3 package log 4 5 // getPrefix returns the prefix and clkFormat that should be used by the 6 // stdout logger. 7 func getPrefix() (string, string) { 8 return "", "15:04:05.000000" 9 } 10
View as plain text