mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Sync with Community
This commit is contained in:
parent
df8f650319
commit
989b7cd62c
123 changed files with 5054 additions and 2015 deletions
9
vendor/github.com/lib/pq/user_other.go
generated
vendored
Normal file
9
vendor/github.com/lib/pq/user_other.go
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Package pq is a pure Go Postgres driver for the database/sql package.
|
||||
|
||||
// +build js android hurd illumos zos
|
||||
|
||||
package pq
|
||||
|
||||
func userCurrent() (string, error) {
|
||||
return "", ErrCouldNotDetectUsername
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue