You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add .golangci.yml for linting configuration and update tests to use context in domain resolution
- Introduced a new .golangci.yml file to configure linting with various linters for code quality checks.
- Updated main.go and main_test.go to pass context as a parameter in domain resolution functions, enhancing error handling and timeout management.
- Added new tests for context cancellation and output file writing functionality, ensuring robust testing coverage.
0 commit comments