Skip to content

Commit 4bdaef4

Browse files
conncheck: build on more supported platforms (go-sql-driver#1051)
1 parent 8723940 commit 4bdaef4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conncheck.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
77
// You can obtain one at http://mozilla.org/MPL/2.0/.
88

9-
// +build linux darwin
9+
// +build linux darwin dragonfly freebsd netbsd openbsd solaris illumos
1010

1111
package mysql
1212

conncheck_dummy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
77
// You can obtain one at http://mozilla.org/MPL/2.0/.
88

9-
// +build !linux,!darwin
9+
// +build !linux,!darwin,!dragonfly,!freebsd,!netbsd,!openbsd,!solaris,!illumos
1010

1111
package mysql
1212

conncheck_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
77
// You can obtain one at http://mozilla.org/MPL/2.0/.
88

9-
// +build linux darwin
9+
// +build linux darwin dragonfly freebsd netbsd openbsd solaris illumos
1010

1111
package mysql
1212

0 commit comments

Comments
 (0)