setup.sh 117 B

12345678
  1. #!/bin/bash
  2. fw_depends go
  3. go get github.com/gin-gonic/gin
  4. go get github.com/go-sql-driver/mysql
  5. go run hello.go &