Skip to content

Commit 8723940

Browse files
authored
fix compile error of connCheck.go (#1048)
* fix compile error of connCheck.go * remove "appengine" build tag
1 parent b66d043 commit 8723940

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: 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 !windows,!appengine
9+
// +build linux darwin
1010

1111
package mysql
1212

Diff for: 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 windows appengine
9+
// +build !linux,!darwin
1010

1111
package mysql
1212

Diff for: 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 go1.10,!windows
9+
// +build linux darwin
1010

1111
package mysql
1212

0 commit comments

Comments
 (0)