diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 13:35:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 13:35:01 -0600 |
| commit | 9c7572ca4517bfe28a305fd9fe828326a3e6b216 (patch) | |
| tree | c77d470e16d30d52f0ce51fc092676ddb0830450 /main.go | |
| parent | 891017f2f9fe286e5e08e73b920887e6c78c985f (diff) | |
dump errors that were never tested
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ func main() { } if argv.Strict { + log.Info("Starting --strict mode") if err := doStrict(check); err != nil { badExit(check, err) } |
