On Sat, 14 Jan 2017 09:43:54 -0800 (PST) Nathan Kerr <[email protected]> wrote:
> Using a newer package might help. > > https://github.com/go-ini/ini looks to be under active development > and is written by the author of https://github.com/Unknwon/goconfig, > which also reads ini files but is now in bug fix only mode. This library is a classical case of overengeenering beyold all repair/recognition (OEBAR, if you want). Like, "OK, let's cram everything I learned about programming in Go so far into this library and try to make it fly" mentality. Check the dreaded BlockMode variable for just one glaring example. I think such libraries represent the clear antithesis to the very ideas which make Go what it is, and should be avoided. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
