Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(163)

Unified Diff: src/pkg/exp/eval/expr.go

Issue 197043: code review 197043: Change type of Printf's args to ... interface{} (Closed)
Patch Set: code review 197043: Change type of Printf's args to ... interface{} Created 15 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/exp/eval/compiler.go ('k') | src/pkg/exp/eval/stmt.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/exp/eval/expr.go
===================================================================
--- a/src/pkg/exp/eval/expr.go
+++ b/src/pkg/exp/eval/expr.go
@@ -58,7 +58,7 @@
return &expr{exprInfo: a, t: t, desc: desc}
}
-func (a *exprInfo) diag(format string, args ...) {
+func (a *exprInfo) diag(format string, args ...interface{}) {
a.diagAt(&a.pos, format, args)
}
« no previous file with comments | « src/pkg/exp/eval/compiler.go ('k') | src/pkg/exp/eval/stmt.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b