summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/github.com/lib/pq@v1.10.7/user_other.go
blob: 3dae8f5572b3f05ce1d6e2172f4fc14ab4d27b54 (plain)
1
2
3
4
5
6
7
8
9
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
}