Go最新资料汇总(九)

polaris · · 3904 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

## FEATURED ## [Golang Internals: A Four Part Dive Into the Go Compiler](http://blog.altoros.com/golang-part-1-main-concepts-and-project-structure.html) A series of posts looking at how the Go compiler does its thing, looking at core concepts, typecasting, linking, and function metadata respectively. [Object Oriented Programming in Go](https://www.youtube.com/watch?v=gRpUfjTwSOo) A recording of a recent live session given by William Kennedy, a Go trainer, on doing object oriented style programming with Go, even though it’s not specifically an OO language. [Creating Fakes in Go with Channels](http://blog.codeship.com/creating-fakes-in-go-with-channels/) Fakes are a common testing technique that involve creating a bare implementation of an interface that you can use in testing. [GXUI: An Experimental Cross Platform UI Library](https://github.com/google/gxui) Still at an early stage and written by a couple of Googlers as an experiment, they now want to see if it can grow into something better. [Why Go Resonates with BDD Creator Dan North](https://www.voxxed.com/blog/2015/03/why-go-resonates-with-bdd-creator-dan-north/) “From a developer perspective, it’s a very nice language. If you’re a purist, of course, it’s dreadful.” [Go Report Card: Get a Report on Go Code in a GitHub Project](http://goreportcard.com/) A Gopher Gala Hackathon project that takes a GitHub URL, scans the Go code in that repository, and reports on its ‘quality’. ## IN BRIEF ## [A Brian Kernighan Co-Authored Go Book is Under Development](http://www.amazon.com/Programming-Language-Addison-Wesley-Professional-Computing/dp/0134190440/) [HTML Forms and Go](http://blog.saush.com/2015/03/18/html-forms-and-go/) ['continue' Statements with Labels](http://relistan.com/continue-statement-with-labels-in-go/) [Quick-and-Dirty Debugging in Golang](http://changelog.ca/log/2015/03/09/golang) [Embracing the Standard Library](https://www.youtube.com/watch?v=CZp2WWorKO4) [A Few Notes On Choosing Between Go and D for a Quick Project](http://forum.dlang.org/thread/mdtago%24em9%241@digitalmars.com) [gosrc.org: Like godoc.org But With Cross References and More](https://sourcegraph.com/.godoc) [Cloud GoX: A Go Cross-Compiler in the Cloud](https://github.com/jpillora/cloud-gox) You can deploy your own version to Heroku too. [gorpc: Simple, Fast and Scalable RPC Library for High Load](https://github.com/valyala/gorpc) [Media: For Building Audio Applications with Go](https://bitbucket.org/weberc2/media/) So far it’s just support for media decoding via mpg123 and playback via libao. [Collaborative Apps with Go at Citrix](https://www.firebase.com/blog/2015-03-17-collaborative-go-apps-at-citrix.html) [go-resources: Unfancy Resource Embedding for Go Webapps](https://github.com/omeid/go-resources) [cc: A Cross-Platform C Compiler Being Written in Go](https://github.com/andrewchambers/cc) An in-progress hobby project.

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

3904 次点击  ∙  1 赞  
加入收藏 微博
1 回复  |  直到 2015-03-23 14:04:32
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传