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.
Create custom html/template functions with template.FuncMap and more - https://www.calhoun.io/using-functions-inside-go-templates/
#golang #go #templates
#golang #go #templates
Calhoun.io
Using Functions Inside Go Templates - Calhoun.io
Go's template package provides many useful built-in functions. Learn to use a few of the more common ones, as well as how to add custom fucntions to your templates so that you can add any functionality you need.
vsock - provides access to Linux VM sockets #golang https://github.com/mdlayher/vsock
GitHub
GitHub - mdlayher/vsock: Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and…
Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines. MIT Licensed. - mdlayher/vsock