We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is suggested that “%%” be moved here to increase output speed, because the verb "%" is generally used without a flag.
simpleFormat: for ; i < end; i++ { c := format[i] switch c { case '#': p.fmt.sharp = true case '0': p.fmt.zero = true case '+': p.fmt.plus = true case '-': p.fmt.minus = true case ' ': p.fmt.space = true case '%': p.buf.writeByte('%') continue formatLoop default: ... } ... }
The text was updated successfully, but these errors were encountered:
Related Code Changes
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
Sorry, something went wrong.
Sorry, I cannot find anything helpful in such URL.
this does not look like a proposal to me
No branches or pull requests
Proposal Details
It is suggested that “%%” be moved here to increase output speed, because the verb "%" is generally used without a flag.
The text was updated successfully, but these errors were encountered: