[go-nuts] float32 vs float64 precision lost when casting to int

2016-12-14 Thread Mauro Romano Trajber
The float to int conversion behaves different for 32 and 64 precision. https://play.golang.org/p/-zkCNSTbNa Is this the correct behavior? I'm using go version go1.7.4 linux/amd64 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe fr

[go-nuts] Re: How to manage a web portal with multiple services without stopping and restarting everything at each release/fix?

2016-06-17 Thread Romano
cture and I hope that the graceful restart pattern is what I need. Cheers! Romano -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golan

[go-nuts] How to manage a web portal with multiple services without stopping and restarting everything at each release/fix?

2016-06-16 Thread romano . panzacchi
Hi All, Forgive me if I posted in the wrong group, as it could be more of a question related to design patterns rather than to golang itself. *The context* Imagine to create a full portal with users, profiles, ... and multiple services that can be activated for different customers. I can organi