# Run the program
go run main.go
An easy way to develop and run
Install from here
Set up flakes with:
mkdir ~/.config/nix
echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
Commands:
# Get a development sheel
nix develop
# Build the program
nix build
# Run the program
nix run