So you want to set up your machine to write Golang, but there's a million posts out there that talk about $GOPATH and $GOROOT and you're not sure what to listen to? Well you're in luck. This post describes a simple, modern approach to set up Go that won't make you jump through the hoops… Continue reading Go Development 2020
Tag: Go
Installing a working Android dev environment without installing Android Studio
I prefer to work outside of IDEs for much of my programming, and so I dislike being forced to install Android Studio in order to work on an Android project. Lately this has been especially acute because I'm using gio and writing my Android apps in Go! Android Studio isn't tailored for that. This is… Continue reading Installing a working Android dev environment without installing Android Studio