# shellcheck shell=bash
# Set up Go workspace and add compiled Go binaries to PATH
export GOPATH="$HOME/go"
path_append "$GOPATH/bin"