mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
No need to mark as float
Signed-off-by: Levi Gross <levi@levigross.com>
This commit is contained in:
+1
-1
@@ -1043,7 +1043,7 @@ func (r *Lexer) Float64Str() float64 {
|
||||
Data: string(b),
|
||||
})
|
||||
}
|
||||
return float64(n)
|
||||
return n
|
||||
}
|
||||
|
||||
func (r *Lexer) Error() error {
|
||||
|
||||
Reference in New Issue
Block a user