Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4bdaef4

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎conncheck.go

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /