Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bracesdev/errtrace
/ format
TypeAlias
format
cmd/errtrace/main.go:122–122 ·
view source on GitHub ↗
format specifies whether the output should be gofmt'd.
Source
from the content-addressed store, hash-verified
120
121
// format specifies whether the output should be gofmt'd.
122
type
format int
123
124
var
_ flag.Getter = (*format)(nil)
125
Callers
2
TestFormatFlagString
Function · 0.85
TestShouldFormat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected