Commit b7f44e97 authored by Jeff R. Allen's avatar Jeff R. Allen Committed by Andrew Gerrand

doc: float -> float64 in Effective Go

R=golang-dev
CC=golang-dev
https://golang.org/cl/5531046
parent 9569c67a
......@@ -1494,7 +1494,7 @@ format <code>%#v</code> prints the value in full Go syntax.
<pre>
type T struct {
a int
b float
b float64
c string
}
t := &amp;T{ 7, -2.35, "abc\tdef" }
......
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