Skip to content

Commit 2299b0a

Browse files
authored
Update README.md (#71)
'double' was listed twice in the README Numbers table.
1 parent e54deb6 commit 2299b0a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ import (
155155
| `long` | `int64` | |
156156
| `double` | `float64` | |
157157
| `float` | `float32` | |
158-
| `double` | `float64` | |
159158
| `byte` | `byte` | Note that Go bytes are unsigned, whereas JVM bytes are signed. |
160159
| `short` | `int16` | |
161160
| `int` | `int` | Note that JVM ints are 32-bit, whereas Go ints are 32- or 64-bit depending on the platform. |

0 commit comments

Comments
 (0)