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
wuzz: Interactive cli tool for #HTTP inspection
http://crwd.fr/2lT9vkF
#golang #github #opensource #coding #web
http://crwd.fr/2lT9vkF
#golang #github #opensource #coding #web
GitHub
asciimoo/wuzz
wuzz - Interactive cli tool for HTTP inspection
The #Cloudflare TLS 1.3 beta is run by a #Go implementation of the protocol
http://crwd.fr/2lT4wk6
#golang #coding #infosec #blog
http://crwd.fr/2lT4wk6
#golang #coding #infosec #blog
Launched a crowdfunding project to send women to #gophercon this year https://igg.me/at/Ei-kyYFu77k
Please help!
#golang cc @womenwhogo
Please help!
#golang cc @womenwhogo
Indiegogo
Women Who Go to Gophercon
| Check out 'Women Who Go to Gophercon' on Indiegogo.
Golang's Realtime gc in Theory and Practice #golang https://making.pusher.com/golangs-real-time-gc-in-theory-and-practice
Pusher
Golang Realtime GC in Theory and Practice | Pusher blog
How the Golang concurrent GC achieves low latencies in real-time systems: a visualization of the algorithm and an empirical comparison with other languages.