pki/vendor/github.com/lib/pq/user_other.go
Paul Lecuq d5159b447a
All checks were successful
continuous-integration/drone/push Build is passing
updated dependencies
2021-08-30 20:04:15 +02:00

10 lines
202 B
Go

// 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
}