Commit c350c5cf authored by Leon Klingele's avatar Leon Klingele Committed by Ian Lance Taylor

plugin: fix doc example fmt usage

Change-Id: I0520a37a48a56d231a8ac2dc58b2bf1762282760
Reviewed-on: https://go-review.googlesource.com/32795Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 7179c1ac
......@@ -51,7 +51,7 @@ func (p *Plugin) Lookup(symName string) (Symbol, error) {
//
// var V int
//
// func F() { fmt.Println("Hello, number %d", V) }
// func F() { fmt.Printf("Hello, number %d\n", V) }
//
// may be loaded with the Open function and then the exported package
// symbols V and F can be accessed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment