telebit/internal/mgmt/authstore/authstore_postgres_test.go

7 lines
100 B
Go

package authstore
var connStr = "postgres://postgres:postgres@localhost/postgres"
func init() {
}