Skip to content

Commit 9e3d2de

Browse files
committed
Fix build for illumos and solaris
From Go 1.13, the illumos build tag implies the solaris build tag (but it's better use both to clarify)
1 parent 2da6713 commit 9e3d2de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

user_other.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package pq is a pure Go Postgres driver for the database/sql package.
22

3-
// +build js android hurd illumos zos
3+
// +build js android hurd zos
44

55
package pq
66

user_posix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package pq is a pure Go Postgres driver for the database/sql package.
22

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

55
package pq
66

0 commit comments

Comments
 (0)