Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ formatTime
Function
formatTime
internal/project/logging/logger.go:133–135 ·
view source on GitHub ↗
(t time.Time)
Source
from the content-addressed store, hash-verified
131
}
132
133
func
formatTime(t time.Time) string {
134
return
fmt.Sprintf(
"[%s]"
, t.Format(
"15:04:05.000"
))
135
}
Callers
3
NewTestLogger
Function · 0.85
writeLogsRecursive
Method · 0.85
NewLogger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected