mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
delete float, complex - code changes
also: cmplx -> complex float64(1.0) -> 1.0 float64(1) -> 1.0 R=gri, r, gri1, r2 CC=golang-dev https://golang.org/cl/3991043
This commit is contained in:
parent
0849944694
commit
f2b5a07453
122 changed files with 3309 additions and 3523 deletions
|
|
@ -227,7 +227,6 @@ type allScalars struct {
|
|||
Uint32 uint32
|
||||
Uint64 uint64
|
||||
Uintptr uintptr
|
||||
Float float
|
||||
Float32 float32
|
||||
Float64 float64
|
||||
String string
|
||||
|
|
@ -249,7 +248,6 @@ var all = allScalars{
|
|||
Uint32: 9,
|
||||
Uint64: 10,
|
||||
Uintptr: 11,
|
||||
Float: 12.0,
|
||||
Float32: 13.0,
|
||||
Float64: 14.0,
|
||||
String: "15",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue