()
| 38 | ) |
| 39 | |
| 40 | func init() { |
| 41 | flag.Var(&flagHeaderOverride, "headerOverride", "Set additional response header, replacing any existing values") |
| 42 | } |
| 43 | |
| 44 | func main() { |
| 45 | flag.Parse() |
nothing calls this directly
no outgoing calls
no test coverage detected