setup.sh 137 B

12345678
  1. #!/bin/bash
  2. # Where to find the go executable
  3. export PATH="$GOROOT/bin:$PATH"
  4. go get github.com/hoisie/web
  5. go run src/hello/hello.go &