We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54deb6 commit 2299b0aCopy full SHA for 2299b0a
1 file changed
README.md
@@ -155,7 +155,6 @@ import (
155
| `long` | `int64` | |
156
| `double` | `float64` | |
157
| `float` | `float32` | |
158
-| `double` | `float64` | |
159
| `byte` | `byte` | Note that Go bytes are unsigned, whereas JVM bytes are signed. |
160
| `short` | `int16` | |
161
| `int` | `int` | Note that JVM ints are 32-bit, whereas Go ints are 32- or 64-bit depending on the platform. |
0 commit comments