Close #124: Add support for Postgres as a storage solution
This commit is contained in:
10
vendor/github.com/lib/pq/user_other.go
generated
vendored
Normal file
10
vendor/github.com/lib/pq/user_other.go
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
// Package pq is a pure Go Postgres driver for the database/sql package.
|
||||
|
||||
//go:build js || android || hurd || zos
|
||||
// +build js android hurd zos
|
||||
|
||||
package pq
|
||||
|
||||
func userCurrent() (string, error) {
|
||||
return "", ErrCouldNotDetectUsername
|
||||
}
|
Reference in New Issue
Block a user