errors: Printer.Printf does not define semantics #30682
Labels
Documentation
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
The new errors.Printer interface defines a Printf method, but does not document its semantics.
This means that when implementing Printer, it's not clear what form the format string should take.
Perhaps we should document that the format and args are as documented by fmt.Printf:
The text was updated successfully, but these errors were encountered: