stretchr / sdk-go

Go SDK for Stretchr platform
7 stars 1 forks source link

Add SetNumber #25

Closed matryer closed 11 years ago

matryer commented 11 years ago

One advantage to having SetNumber is that we control the real type number is. Given our annoying JSON package that treats every number as float64, we can use this for now until it can be improved in the future.

tylerstillwater commented 11 years ago

Well.. it doesn't matter what type number is when you send it in to our dictionary. It will always come out of JSON decoder as a float64

Sent from my iPhone

On Jan 21, 2013, at 11:09 AM, matryer notifications@github.com wrote:

One advantage to having SetNumber is that we control the real type number is. Given our annoying JSON package that treats every number as float64, we can use this for now until it can be improved in the future.

— Reply to this email directly or view it on GitHub.

matryer commented 11 years ago

Done because of https://github.com/stretchrcom/stretchr-sdk-go/issues/26

tylerstillwater commented 11 years ago

Fixed in #26