Myprintf mimics fmt.Fprintf(buf, ...), but limited to Node(%v), Node.Value(%s) and string(%s). It also allows a %a for a value argument, in which case it adds tracking info for future substitutions. The name must be something other than the usual Printf() to avoid "go vet" warnings due to our custo
(format string, values ...interface{})
source not stored for this graph (policy: none)
no test coverage detected