Go最新资料汇总(五十六)

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

## FEATURED [Brad Fitzpatrick's GopherCon India 2016 Keynote](https://www.youtube.com/watch?v=4Dr8FXs9aJM&index=1&list=PLxFC1MYuNgJT_ynbXGuYAZbSnUnq-6VQA&utm_source=studygolang&utm_medium=email) In a talk titled “Introducing Go 1.6: Asymptomatically Approaching Boring”, the Go core team’s Brad Fitzpatrick looked at both the history and future of Go. [LeftPad and Go: Can Tooling Help?](https://divan.github.io/posts/leftpad_and_go/?utm_source=studygolang&utm_medium=email) Go-flavored reflections on a recent Node.js-related drama when a developer deleted a popular dependency from the core npm repository. ‘depscheck’ is a tool for finding needlessly trivial dependencies in Go programs. [LARS: A Fast Zero Allocation HTTP Router for Go](https://github.com/go-playground/lars?utm_source=studygolang&utm_medium=email) Aims to solely be a fast, extensible HTTP router you can use for creating your own frameworks. [26 Videos from GopherConIndia 2016](https://www.youtube.com/playlist?list=PLxFC1MYuNgJT_ynbXGuYAZbSnUnq-6VQA&utm_source=studygolang&utm_medium=email) GopherConIndia took place in February and a batch of well produced videos are now up, including Audrey Lim’s [Gopher Tricks in Production](https://www.youtube.com/watch?v=DMiMp2yIJhk&list=PLxFC1MYuNgJT_ynbXGuYAZbSnUnq-6VQA&index=18) and Verónica López’s [Building a Product with Go Mobile](https://www.youtube.com/watch?v=TNoLtoCnwNE&list=PLxFC1MYuNgJT_ynbXGuYAZbSnUnq-6VQA&index=6). [Writing A Very Fast Cache Service with Millions of Entries in Go](http://allegro.tech/2016/03/writing-fast-cache-service-in-go.html?utm_source=studygolang&utm_medium=email) A look at how a team approached the task of writing a fast caching service using Go. [Building Helpful CLI Tools with Go and Kingpin](https://developer.atlassian.com/blog/2016/03/building-helpful-golang-cli-tools/?utm_source=studygolang&utm_medium=email) A look at building a CLI with shell completion hints using Kingpin for argument and flag parsing. [Gogetdoc, A Tool for Providing Go Documentation to Editors](https://zmb3.github.io/post/gogetdoc/?utm_source=studygolang&utm_medium=email) “I’ve been working on a tool that uses the go/types package to identify the item under the cursor and get documentation for it.” Still under development, but there’s a basic Atom package available to try. ## IN BRIEF [Go Tip Compile Times Improving Significantly](https://twitter.com/davecheney/status/715375772496568320?utm_source=studygolang&utm_medium=email) Compile times increased significantly from Go 1.4 to 1.5, but work being done on the latest builds is having a big effect on redressing the situation. [Error monitoring for Go just leveled up!](http://blog.honeybadger.io/honeybadger-for-golang-0-0-2/?utm_source=goweekly&utm_medium=email&utm_campaign=blogpost) This week Honeybadger released some big improvements to their Go client, which reports panics and errors from Go applications. [go-github Now 4x Faster](https://twitter.com/filosottile/status/714161597397262336?utm_source=studygolang&utm_medium=email) [Go Vendoring Beginner Tutorial](https://gocodecloud.com/blog/2016/03/29/go-vendoring-beginner-tutorial/?utm_source=studygolang&utm_medium=email) [Writing a Text Adventure Game in Go - Part 2](https://gocodecloud.com/blog/2016/03/26/writing-a-text-adventure-game-in-go---part-2/?utm_source=studygolang&utm_medium=email) [Building Web Services in Go](https://www.outlearn.com/learn/matryer/building-web-services-in-go?utm_source=studygolang&utm_medium=email&utm_campaign=2016-03-31-golangweekly) Start from the basics of responding to HTTP requests and continue with techniques for delivering world class web services. Learn how to build a JSON API, decode and validate the inputs, write your own middleware, and more. [Making The Switch From Node.js to Golang](https://medium.com/@theflapjack103/the-way-of-the-gopher-6693db15ae1f?utm_source=studygolang&utm_medium=email) The tale of how and why a software engineer at Digg switched to Go, before concluding “For now, Digg is going the way of the Gopher.” [Unwinding Uber’s Most Efficient Service](https://medium.com/@buckhx/unwinding-uber-s-most-efficient-service-406413c5871d?utm_source=studygolang&utm_medium=email) [GoJava: Java Bindings for Go Packages](https://github.com/sridharv/gojava?utm_source=studygolang&utm_medium=email) [Pagoda: A Simple Template Manager](https://github.com/lennykean/pagoda?utm_source=studygolang&utm_medium=email) [Introducing Lint, a Pocket Terminal App written in Go](https://medium.com/@daveym/introducing-lint-a-pocket-terminal-app-written-in-go-c70cb0b45a4c?utm_source=studygolang&utm_medium=email) [color: Extend fmt.Printf with Verbs for Producing Colored Output](https://github.com/nhooyr/color?utm_source=studygolang&utm_medium=email) [stm: Software Transactional Memory in Go](https://github.com/lukechampine/stm?utm_source=studygolang&utm_medium=email) [Concert: CLI Tool for Obtaining and Managing TLS Certificates with ACME CAs](https://github.com/minio/concert?utm_source=studygolang&utm_medium=email) [STRUM: A Linux Diagnostic Tool](https://www.acksin.com/strum/?utm_source=studygolang&utm_medium=email) Tool to diagnose issues using system and process info, CPU, IO, networking, etc. [Rendering Fractals Concurrently with Go](https://github.com/phf/go-snippets/tree/master/confrac?utm_source=studygolang&utm_medium=email) An experimental remix of a program from The Go Programming Language. [RSS Puppy: A Watchdog Tool for Monitoring RSS Feeds](https://github.com/jesusrmoreno/rss-puppy?utm_source=studygolang&utm_medium=email) [Strillone: Incoming Webhooks for Republishing Events to Slack (or Elsewhere)](https://github.com/aetrion/strillone?utm_source=studygolang&utm_medium=email) Can be very easily deployed to Heroku. [Music Theory: Go models of Notes, Scales, Chords and Keys](https://github.com/go-music-theory/music-theory?utm_source=studygolang&utm_medium=email) [go-apns2: Go Package for the HTTP/2 Apple Push Notification Service](https://github.com/sger/go-apns2?utm_source=golangweekly&utm_medium=email)

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

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

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