peridot/vendor/github.com/lib/pq/user_other.go

10 lines
202 B
Go
Raw Normal View History

2022-07-07 20:11:50 +00:00
// 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
}