[go-nuts] Writing a testable API client in go

2017-03-15 Thread alethenorio
Hi all I have recently taken up golang and as usual the best way for me to learn is to read a lot and dive head in. I am attempting to write an API client as a an exercise and i have run into some best practice design questions which I hope to get some feedback and ideas on how to best

[go-nuts] Best practices for building libraries?

2017-03-21 Thread alethenorio
So I am new to Go and upon developing some things I am curious about best practices for building/releasing libraries which will be used by other programs in Go. Coming from a Java world, when you build a library, you build an actual artifact, thus having a separate process for testing +