MCPcopy 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.
122type format int
123
124var _ flag.Getter = (*format)(nil)
125

Callers 2

TestFormatFlagStringFunction · 0.85
TestShouldFormatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected