fix: nil-close bug, stale docs, dead code, and tracked binaries #7
Reference in New Issue
Block a user
Delete Branch "worktree-sanity-check-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
file.Close()panic in devMode functions by extractingloadDevModeMap/saveDevModeMaphelpers with proper defer.gitignorewith a wildcard pattern covering all 19 examplesfmt.Sprintf, no-op Config calls in examplesgo fmtwithgofmt -lcheck in ci-check.sh to fail on unformatted codeTest plan
go build ./...passesgo vet ./...passesgo test ./...passes./ci-check.shpasses (all 19 examples build)gofmt -l .returns no output