Skip to content

Commit

Permalink
Merge pull request #1036 from bukforks/master
Browse files Browse the repository at this point in the history
allow compiling GOOS (js android hurd illumos zos)
  • Loading branch information
maddyblue authored May 13, 2021
2 parents caa8715 + 6ed3b8a commit b2cfb1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions user_other.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Package pq is a pure Go Postgres driver for the database/sql package.

// +build js android hurd illumos zos

package pq

func userCurrent() (string, error) {
return "", ErrCouldNotDetectUsername
}

0 comments on commit b2cfb1a

Please sign in to comment.