mirror of
https://github.com/golang/go
synced 2024-11-21 22:24:40 -07:00
doc: float -> float64 in Effective Go
R=golang-dev CC=golang-dev https://golang.org/cl/5531046
This commit is contained in:
parent
9569c67a6b
commit
b7f44e97a3
@ -1494,7 +1494,7 @@ format <code>%#v</code> prints the value in full Go syntax.
|
|||||||
<pre>
|
<pre>
|
||||||
type T struct {
|
type T struct {
|
||||||
a int
|
a int
|
||||||
b float
|
b float64
|
||||||
c string
|
c string
|
||||||
}
|
}
|
||||||
t := &T{ 7, -2.35, "abc\tdef" }
|
t := &T{ 7, -2.35, "abc\tdef" }
|
||||||
|
Loading…
Reference in New Issue
Block a user