Files
dotfiles/linux/.profile.d/go.sh

5 lines
82 B
Bash

#!/usr/bin/env bash
export GOPATH=$HOME/.local/share/Go
export GOBIN=$GOPATH/bin