setup.sh 97 B

1234567
  1. #!/bin/bash
  2. fw_depends mysql go
  3. go get github.com/go-sql-driver/mysql
  4. go run hello_mysql.go &