7 lines
100 B
Go
7 lines
100 B
Go
|
package authstore
|
||
|
|
||
|
var connStr = "postgres://postgres:postgres@localhost/postgres"
|
||
|
|
||
|
func init() {
|
||
|
}
|