No need to mark as float

Signed-off-by: Levi Gross <levi@levigross.com>
This commit is contained in:
Levi Gross
2017-11-27 20:29:13 -05:00
parent b5dedd1b9e
commit 5fb2687db0
+1 -1
View File
@@ -1043,7 +1043,7 @@ func (r *Lexer) Float64Str() float64 {
Data: string(b),
})
}
return float64(n)
return n
}
func (r *Lexer) Error() error {