about summary refs log tree commit diff
path: root/profile/.profile.d/60_go.sh
blob: 252c46cd896d9c3daeb45796bb8f88da170fdf71 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

if command -v go >/dev/null 2>&1; then
	export GO111MODULE="on"
	export GOPATH="${HOME}/.go"

	path_append "${GOPATH}/bin"
fi

Consider giving Nix/NixOS a try! <3