Started playing around with #go #golang to build a simple CLI. Getting started was so fast and seamless. Installing the go extension for #vscode also allowed one click installation of the language server etc. So Code now knows what I'm doing and automatically applies formatting
The CLI tool should be cross platform and the build for multiple architectures is so easy, excited to continue experimenting with it.
The package / module handling is just awesome. Made the CLI configurable via multiple sources (config, env, flags) with minimal code additions and using nested structs.