-
Notifications
You must be signed in to change notification settings - Fork 18
[BUG] in src/claude/claude.go duplicate client := &http.Client{} #21
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workinggoPull requests that update go codePull requests that update go codegood first issueGood for newcomersGood for newcomershacktoberfestEligible for HacktoberfestEligible for Hacktoberfesthacktoberfest-acceptedApproved Hacktoberfest contributionApproved Hacktoberfest contribution
Description
Fix duplicate client declaration.
Line 64 duplicates the client declaration from line 63, which will cause a compilation error.''
https://github.com/DFanso/commit-msg/pull/19#discussion_r2402009127
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggoPull requests that update go codePull requests that update go codegood first issueGood for newcomersGood for newcomershacktoberfestEligible for HacktoberfestEligible for Hacktoberfesthacktoberfest-acceptedApproved Hacktoberfest contributionApproved Hacktoberfest contribution