Skip to content

Commit

Permalink
Fix build for illumos and solaris
Browse files Browse the repository at this point in the history
From Go 1.13, the illumos build tag implies the solaris build tag (but it's better use both to clarify)
  • Loading branch information
xhit committed May 27, 2021
1 parent 2da6713 commit 9e3d2de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user_other.go
@@ -1,6 +1,6 @@
// Package pq is a pure Go Postgres driver for the database/sql package.

// +build js android hurd illumos zos
// +build js android hurd zos

package pq

Expand Down
2 changes: 1 addition & 1 deletion user_posix.go
@@ -1,6 +1,6 @@
// Package pq is a pure Go Postgres driver for the database/sql package.

// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris rumprun
// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris rumprun illumos

package pq

Expand Down

0 comments on commit 9e3d2de

Please sign in to comment.