Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Fri, 17 Feb 2017 10:05:00 +0000 A list of all Go interfaces in the std lib #interfaces <p>While attending dotGo, where the buzzword was clearly <em style="box-sizing: border-box;">the interface</em>, I was wondering where I could find a list of all interfaces defined in the GO language. I found nowhere.</p> <p>Thus I decided to write a little GO program that would;</p><ul style="box-sizing: border-box; margin-bottom: 10px; color: rgb(51, 51, 51); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);"><li style="box-sizing: border-box;">Downloads the GO source tarball for a given version.</li><li style="box-sizing: border-box;">Parses source files to extract the interface names and line number where they are defined.</li><li style="box-sizing: border-box;">Write this list on the console in the markdown format.</li> </ul><p>The project is on Github: <a href="https://github.com/c4s4/gointerfaces" style="box-sizing: border-box; color: rgb(51, 122, 183);">https://github.com/c4s4/gointerfaces</a>.</p> 8 points posted by lolly http://sweetohm.net/article/go-interfaces.en.html 603 Thu, 18 Feb 2016 15:53:00 +0000