Go最新资料汇总(三十四)

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

## FEATURED [Go 1.4.3 Released: A Security Fix Release](https://groups.google.com/d/msg/golang-announce/iSIyW4lM4hY/ADuQR4DiDwAJ?utm_source=studygolang&utm_medium=email) If you’re running Go 1.5, ignore this, but if you’re on the 1.4 branch this is an important security update for any programs using net/http to proxy HTTP requests. [On Go, Portability, and System Interfaces](http://garrett.damore.org/2015/09/on-go-portability-and-system-interfaces.html?utm_source=studygolang&utm_medium=email) Avoid making system calls directly from Go if you can use higher level interfaces or cgo to access standard functions in the C library. [Readline: A Pure Go Implementation of a libreadline-style Library](https://github.com/chzyer/readline?utm_source=studygolang&utm_medium=email) The goal is to support most of GNU Readline’s features, although it’s not a clone. [Go Performance Tips](https://joshrendek.com/2015/09/golang-performance-tips/?utm_source=studygolang&utm_medium=email) “some advice and notes I wish I had when writing Go to deal with high amounts of requests” [Traefik: A Modern HTTP Reverse Proxy and Load Balancer](https://github.com/EmileVauge/traefik?utm_source=studygolang&utm_medium=email) Made to deploy microservices easily. Supports several backends for automatic and dynamic configuration (including Docker, Mesos, and Etcd). [Go Will Dominate the Next Decade](https://www.linkedin.com/pulse/go-dominate-next-decade-ian-eyberg?utm_source=studygolang&utm_medium=email) An intense and hyperbolic opinion piece that stresses Go’s importance in the future. He has a few good points though, and hopefully he’s right. HN readers weren't fans though. ## IN BRIEF [net/http2 Package Now a Part of the Main Go Project](https://godoc.org/golang.org/x/net/http2) [Killing A Child Process and All of Its Children in Go](https://medium.com/@felixge/killing-a-child-process-and-all-of-its-children-in-go-54079af94773?utm_source=studygolang&utm_medium=email) [nil Structs Can Just Be A Collection of Methods](https://medium.com/@matryer/cool-golang-trick-nil-structs-can-just-be-a-collection-of-methods-741ae57ab262?utm_source=studygolang&utm_medium=email) [Rails, ElasticSearch and Go – Merry Go Round](http://blog.joshsoftware.com/2015/09/24/rails-elasticsearch-go-merry-go-round/?utm_source=studygolang&utm_medium=email) A look at how Go was used as an alternative to Ruby for importing spreadsheet entries into ElasticSearch. [Real-time Performance Monitoring at Any Scale](https://github.com/shurcooL/Go-Package-Store?utm_source=studygolang&utm_medium=email) Submit custom metrics from your Go apps using the ExpVars library. Begin your Datadog trial today. [Go-Package-Store: Displays Updates for The Go Packages in Your GOPATH](http://www.senseye.io/r-graphs-via-golang-api/?utm_source=studygolang&utm_medium=email) [R Graphs via Golang API](http://www.senseye.io/r-graphs-via-golang-api/?utm_source=studygolang&utm_medium=email) [Roger](https://github.com/senseyeio/roger) allows the use of the scientific programming language R from Go. [Gopei (Go Programming Environment Installer) for Ubuntu](https://github.com/geosoft1/tools?utm_source=studygolang&utm_medium=email) Simple Go compiler and LiteIDE installer for Ubuntu. [Pkg Critic: A Tool Combining Search Results from GoDoc API and GitHub Stats](https://github.com/bom-d-van/pkgcritic?utm_source=studygolang&utm_medium=email) [sift: A Fast and Powerful Alternative to Grep](https://github.com/svent/sift?utm_source=studygolang&utm_medium=email) [GoWeather: Simple Command Line Weather App Written in Go](https://github.com/kenhkelly/GoWeather?utm_source=studygolang&utm_medium=email) Uses openweathermap’s data. More an example of a simple, single file Go command line app than anything. [go-exit: The Exit Strategy for Your Go Routines](https://github.com/simia-tech/go-exit?utm_source=studygolang&utm_medium=email) Helps to end the go routines in your program and collects potential errors. [vtclean: Strips Terminal Escapes From Text (Can Preserve Color)](https://github.com/lunixbochs/vtclean?utm_source=studygolang&utm_medium=email) [tftp.go: A Read-Only TFTP Server Implementation](https://github.com/danderson/pixiecore/blob/master/tftp/tftp.go?utm_source=studygolang&utm_medium=email)

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

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

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