4 lines
82 B
Bash
4 lines
82 B
Bash
#!/bin/sh
|
|
|
|
export GOPATH="$HOME/projects/gopath/"
|
|
export PATH="$PATH:$GOPATH/bin"
|