Re: [go-nuts] Status of golang.org/x/text/currency (github.com/golang/text)?

2016-08-04 Thread Johan Sim
Hi Marcel, Thanks for sharing the plan. I'll pay close attention to this package. I actually have an existing private package that works but moving to a public working package would lower the maintenance cost and perhaps also guarantee a higher quality. Johan On Fri, 5 Aug 2016 at 03:00

Re: [go-nuts] Status of golang.org/x/text/currency (github.com/golang/text)?

2016-08-04 Thread mpvl
Hi Johan, I do plan to provide some kind functionality of this nature, I'm just not quite sure yet how. It could either be: - the API as proposed - returning an interface{} value of the underlying amount that the user would need to cast to the appropriate type, - returning some

Re: [go-nuts] Status of golang.org/x/text/currency (github.com/golang/text)?

2016-08-04 Thread Ian Lance Taylor
[ +mpvl ] On Thu, Aug 4, 2016 at 2:07 AM, Johan Jian An Sim wrote: > There is no issue section in this repository to start a discussion. > > I would like to ask about the status of currency package. There seems to be > plan for further development according to the comments >

[go-nuts] Status of golang.org/x/text/currency (github.com/golang/text)?

2016-08-04 Thread Johan Jian An Sim
There is no issue section in this repository to start a discussion. I would like to ask about the status of currency package. There seems to be plan for further development according to the comments (https://github.com/golang/text/blob/master/currency/format.go#L26). Any update on this? I