Alex Balgavy

Just some stuff about me.

Here's my dotfiles repository.

Check out my blog.

My keys: PGP, SSH

My crypto wallets (BTC, XMR)


What links here:

Starting a Go lang project

  1. go mod init modulename
  2. create file with package main, func main
  3. go run . or go build .