Skip to content

Commit d6fd202

Browse files
authored
Merge pull request #929 from Helflym/master
Add AIX support
2 parents 9927457 + 2a4ae66 commit d6fd202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 darwin dragonfly freebsd linux nacl netbsd openbsd solaris rumprun
3+
// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd solaris rumprun
44

55
package pq
66

0 commit comments

Comments
 (0)