setup_postgres.sh 92 B

1234567
  1. #!/bin/bash
  2. fw_depends postgresql go
  3. go get github.com/lib/pq
  4. go run hello_postgres.go &