Skip to content

Commit b2cfb1a

Browse files
authored
Merge pull request #1036 from bukforks/master
allow compiling GOOS (js android hurd illumos zos)
2 parents caa8715 + 6ed3b8a commit b2cfb1a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

user_other.go

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)