setup.sh 113 B

12345678910
  1. #!/bin/bash
  2. fw_depends go
  3. curl https://glide.sh/get | sh
  4. glide -v
  5. cd src/hello
  6. glide install
  7. go run main.go &