build source
This commit is contained in:
commit
ee1fec43ed
4171 changed files with 1351288 additions and 0 deletions
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue