We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caa8715 + 6ed3b8a commit b2cfb1aCopy full SHA for b2cfb1a
user_other.go
@@ -0,0 +1,9 @@
1
+// Package pq is a pure Go Postgres driver for the database/sql package.
2
+
3
+// +build js android hurd illumos zos
4
5
+package pq
6
7
+func userCurrent() (string, error) {
8
+ return "", ErrCouldNotDetectUsername
9
+}
0 commit comments