Commit 8f13336
Paddy Carver
Numbers are special.
When unmarshaling numbers, we want to handle them special so provider
developers don't have to guess whether they're getting an int, int8,
int16, int32, int64, uint, uint8, big.Float, or whatever. We should have
a single, consistent number type with easy conversion to the standard
number types. Or just use a `big` variant? Not sure yet, needs more
investigation and thinking. For now: TODO so we don't forget.1 parent f007577 commit 8f13336
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
261 | 272 | | |
262 | 273 | | |
263 | 274 | | |
| |||
0 commit comments