Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bracesdev/errtrace
/ indent
Function
indent
cmd/errtrace/main_test.go:851–853 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
849
}
850
851
func
indent(s string) string {
852
return
"\t"
+ strings.ReplaceAll(s,
"\n"
,
"\n\t"
)
853
}
854
855
type
logLine
struct
{
856
Line int
Callers
3
testGoldenContents
Function · 0.85
TestFormatAuto
Function · 0.85
TestListFlag
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected