Skip to content

fix log.Printf() args#50

Merged
yteraoka merged 1 commit intomasterfrom
fix-printf-args
Sep 6, 2024
Merged

fix log.Printf() args#50
yteraoka merged 1 commit intomasterfrom
fix-printf-args

Conversation

@yteraoka
Copy link
Copy Markdown
Owner

@yteraoka yteraoka commented Sep 6, 2024

main.go:77:3: printf: log.Printf call needs 4 args but has 5 args (govet)
                log.Printf("[%03d-%05d] DEBUG response header: %#v, %s\n", thread, counter, reads, resp.Header, urlStr)

main.go:77:3: printf: log.Printf call needs 4 args but has 5 args (govet)
                log.Printf("[%03d-%05d] DEBUG response header: %#v, %s\n", thread, counter, reads, resp.Header, urlStr)
@yteraoka yteraoka merged commit 7e7e140 into master Sep 6, 2024
@yteraoka yteraoka deleted the fix-printf-args branch September 6, 2024 16:07
@tagpr-yteraoka tagpr-yteraoka Bot mentioned this pull request Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant