Welcome to my personal blog 👋
My honeymoon with the Go language is extremely over. This article is going to have a different tone from what I’ve been posting the past year - it’s a proper rant. And I always feel bad writing tho...
Idiomatic build tool in Go. Contribute to owenthereal/gotask development by creating an account on GitHub.
Have you always wanted to learn everything about testing with the Go standard library? I'll show you everything from the first test to parallelization.
Heroku's classic buildpack for Go applications. Contribute to heroku/heroku-buildpack-go development by creating an account on GitHub.
Cgo enables the creation of Go packages that call C code.
Go support for Heroku. Contribute to jpillora/heroku-buildpack-go development by creating an account on GitHub.
A blog about programming, technology and open-source stuff.
Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
My honeymoon with the Go language is extremely over. This article is going to have a different tone from what I’ve been posting the past year - it’s a proper rant. And I always feel bad writing tho...
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. - swiftlang/swift-evolution
A how-to for code generation in Go