Going back and forth on whether types should always be converted

This commit is contained in:
Thomas Pelletier
2021-03-02 10:37:17 -05:00
parent bf051f1718
commit 2cee819ce4
3 changed files with 39 additions and 60 deletions
-1
View File
@@ -207,7 +207,6 @@ func (u *unmarshaler) IntValue(n int64) {
u.builder.Load()
} else {
u.err = u.builder.Set(reflect.ValueOf(&n))
//u.err = u.builder.SetInt(n)
}
}