source: code/trunk/vendor/github.com/lib/pq/user_other.go@ 822

Last change on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 234 bytes
Line 
1// Package pq is a pure Go Postgres driver for the database/sql package.
2
3//go:build js || android || hurd || zos
4// +build js android hurd zos
5
6package pq
7
8func userCurrent() (string, error) {
9 return "", ErrCouldNotDetectUsername
10}
Note: See TracBrowser for help on using the repository browser.