Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #1016 #1017

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

bruceesmith
Copy link
Contributor

The first commit corrects the broken call to e.Style().

The second commit addresses subsequently revealed go vet errors due to format verbs in the Go code printed by Fprintln calls (numerous StackOverflow discussions over the years about false positives in this area).

pkg/app/gen/html.go:2448:4: fmt.Fprintf format %s reads arg maxence-charriere#1, but call has 0 args
pkg/app/gen/html.go:2584:5: fmt.Fprintln call has possible Printf formatting directive %v
pkg/app/gen/html.go:2610:5: fmt.Fprintln call has possible Printf formatting directive %v
pkg/app/gen/html.go:2631:4: fmt.Fprintln call has possible Printf formatting directive %s
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