Refresh the project a bit, after a few years - #84
Open
fern4lvarez wants to merge 5 commits into
Open
Conversation
- Set minimum Go version to 1.21 - Update gorilla/mux from v1.6.1 to v1.8.1 - Update mitchellh/go-homedir to v1.1.0 - Remove gorilla/context dependency (no longer needed with mux v1.8+) - Remove vendor directory and dep files (Gopkg.toml, Gopkg.lock) - Use Go modules exclusively for dependency management 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Handle SIGINT and SIGTERM signals for clean shutdown - Use context.WithTimeout to allow 30s for in-flight requests - Log shutdown events for observability - Prevent abrupt connection termination 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Use log/slog from Go 1.21+ standard library for all logging - Add structured key-value pairs to log entries (method, url, status, error) - Use slog.Info for successful requests, slog.Warn for client errors - Use slog.Error for server errors - Keep ASCII art banner as plain fmt.Println (not structured log) - Enables better log aggregation and analysis in production 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Replace Travis CI with GitHub Actions - Test against Go 1.21, 1.22, and 1.23 - Add race detection to CI tests - Simplify Makefile (remove vendor references, add build target) - Simplify dev/tests.sh script - Keep Codecov integration for coverage reporting 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.