DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Ciro S. CostaRetrieving the full path of a process on MacOS (and exploring procfs)
Hey, Another day I was trying to make sure that a given process that I was running was using a speci...

Jeff LindsayVue-like framework in Go+wasm
Today I got a proof of concept working of a front-end web framework in Go inspired by Vue.js. We have Vue-like templating, Vue-like instances in Go, and methods on those instances that can be used as event handlers.

radlinskiiWriting a pre-commit git hook for Go files.
Article on how to write a basic pre-commit hook for files written in the Go programming language.

Boris Jamot ✊ /My Journey from PHP to Go
One week of Go dev for a PHP dev

Thiago AvelinoKeeping open source projects - awesome-go
Beginning of any project (especially when we are talking about open source) is extremely entertaining...

Adrian B.G.Golang, it was love at first sight.
Learning about the cloud, naturally I was driven into the face of Go, after the first LOC I got in love.

Jon CalhounWhen nil Isn't Equal to nil
It is easy to get confused by when and why different variants of nil will be equal and when they won't be in Go. In this article we explore why this happens so that you know what to expect when writing your code.

林子篆Go quick start
I am going to show you enough knowledge to getting start with Go. Are you ready? ...

Jeff LindsayOBS client in Go, and JXA apps with Dock extras
Today I built a client to work with a plugin to OBS that lets you remotely control it over Websocket. We can eventually generate types for all the messages, but what we got done today using maps for messages is already useful. I also spent maybe too much time playing with MacOS bundles for JXA applications and plugins, specifically for extending the Dock. But I mostly figured it out.

Domenico LucianiWriting modular software using Go plugins
The 1.8 version of Go bring with it the ability to writing modular software using plugins, how? Each...

Alireza BashiriBuilding a finance tracking REST API using Go with TDD - Part 2
Building a finance tracking REST API using Go from scratch with test-driven development

林子篆Use httpexpect to test server
Use built-in functionality to test a Go server is a painful experience. The problem is because we...

fk_2000golangのechoで静的なサイトを建てるならNowがお手軽という話
NowというPaasが、golangをデプロイするのにお手軽だということがわかった。 golang echo でサーバ書いて Dockerfile 書いて now でアップロードしてみた。ドメインは...

NeoCREATE A GO APPLICATION WITH ONLINE PRESENCE
A live streaming application that displays the online presence of the users currently streaming a video

deanGo 2 Draft: Generics
The Go community has always asked for generics, and the Go team might just deliver.

DillonCreating a Hugo site on GitHub Pages
A step-by-step of creating a Hugo site and hosting it on GitHub Pages