sslmode declared in datastore.

This commit is contained in:
Matthew Dillon 2014-10-13 10:17:20 -08:00
parent 59a0cfd4bf
commit c271f4b6b3

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
PGTZ=UTC PGSSLMODE=disable go test -v ./...
PGTZ=UTC go test -v ./...