setup_prefork.sh 100 B

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