• erio's avatar
    fix: resolve golangci-lint issues · 3851628a
    erio authored
    - Fix errcheck: defer rows.Close() with nolint
    - Fix errcheck: type assertion with ok check in channel cache
    - Fix staticcheck ST1005: lowercase error string
    - Fix staticcheck SA5011: nil check cost before use in openai gateway
    - Fix gofmt: format chatcompletions_to_responses.go
    3851628a
channel_handler.go 13.7 KB