aboutsummaryrefslogblamecommitdiff
path: root/vendor/github.com/lib/pq/user_other.go
blob: 3dae8f5572b3f05ce1d6e2172f4fc14ab4d27b54 (plain) (tree)
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
}