setup.sh 70 B

1234567
  1. #!/bin/bash
  2. fw_depends go
  3. go get ./...
  4. go run src/hello/hello.go &