A big #gokit v0.4.0 release — featuring stdlib context and improved package log. 24 contributors! 😵 https://github.com/go-kit/kit/releases/tag/v0.4.0 #golang
GitHub
go-kit/kit
kit - A standard library for microservices.
Benchmark storage and analysis system: The Go Performance Dashboard
https://groups.google.com/forum/#!topic/golang-dev/7cThjbB5MRU
https://perf.golang.org/
#golang
https://groups.google.com/forum/#!topic/golang-dev/7cThjbB5MRU
https://perf.golang.org/
#golang
When asked why GJSON is so fast, answer is it avoids allocations. It's really the only coding tip I have.… https://twitter.com/i/web/status/839283403174268928
Twitter
Josh Baker
When asked why GJSON is so fast, answer is it avoids allocations. It's really the only coding tip I have. https://t.co/Rasl39oNsW #golang
Will be speaking on #golang and #DataScience this 19th at @fossasia!
See you in 🇸🇬
🖖 https://twitter.com/fossasia/status/836781953563045888
See you in 🇸🇬
🖖 https://twitter.com/fossasia/status/836781953563045888
Twitter
FOSSASIA
FOSSASIA’17 Summit 16 days to go! Amazing schedule with 200+ sessions shaping up https://t.co/kxeh7nhuO3
rclient - Simple, no-nonsense REST client for Go applications #golang https://github.com/zpatrick/rclient
GitHub
zpatrick/rclient
rclient - Simple, no-nonsense REST client for Go applications
Announcing support for IAM users with MFA in the AWS SDK for #golang Learn how on the AWS Go Developer Blog:… https://twitter.com/i/web/status/839698020908224512
Twitter
Amazon Web Services
Announcing support for IAM users with MFA in the AWS SDK for #golang Learn how on the AWS Go Developer Blog: https://t.co/fGYxGqJG96
#golang tip: You don't need reflection or anything to assert if an interface type is satisfying a method/methods; u… https://twitter.com/i/web/status/839875380387303424
Twitter
Jaana B. Dogan 🤔
#golang tip: You don't need reflection or anything to assert if an interface type is satisfying a method/methods; use a type assertion.
gops supports remote targets in the diagnostics mode now. go get -u the package again! #golang… https://twitter.com/i/web/status/839629522760785920
Twitter
Jaana B. Dogan 🤔
gops supports remote targets in the diagnostics mode now. go get -u the package again! #golang https://t.co/QoiOSOQK0V https://t.co/ZaaVPXsPAe
After a week hiatus, we are back with more lectures from my #golang #webdev course: here's the NotFoundHandler https://www.youtube.com/watch?v=sjikK0T0zW4
YouTube
http NotFoundHandler
How to use the NotFoundHandler in the Go programming language
So many people emphatically replied GOPATH. This is exactly why I made hellogopher. https://github.com/cloudflare/hellogopher… https://twitter.com/i/web/status/839873371491835904
So many people emphatically replied GOPATH. This is exactly why I made hellogopher. https://github.com/cloudflare/hellogopher… https://twitter.com/i/web/status/839873371491835904
logrus: Structured, pluggable #logging for #Go.
http://crwd.fr/2l6qzUl
#golang #github #opensource #coding
http://crwd.fr/2l6qzUl
#golang #github #opensource #coding
GitHub
sirupsen/logrus
logrus - Structured, pluggable logging for Go.
Practice Go: Merge Sort #golang http://pliutau.com/practice-go-merge-sort
Pliutau
Practice Go: Merge Sort
Create a Pull Request for this exercise The merge sort is a recursive sort of order n*log(n). The basic idea is to split the collection into smaller groups by halving it until the groups only have one element or no elements. Then merge the groups back together…
I tried Dep, the prototype dependency management tool for #golang, and I wrote something about it https://blog.oscillating.works/giving-dep-a-try-using-the-new-go-dependency-tool-with-piladb-853e24a544c8#.iqcf2z1bv
oscillatingworks
Giving `dep` a try: Using the new Go dependency tool with piladb
piladb is a lightweight, RESTful database engine based on Stack data structures, written in Go. Store or fetch JSON-compatible elements…
https://github.com/mvdan/unparam : report unused function parameters
More static tooling to find bugs early.
#golang
More static tooling to find bugs early.
#golang
GitHub
GitHub - mvdan/unparam: Find unused parameters in Go
Find unused parameters in Go. Contribute to mvdan/unparam development by creating an account on GitHub.