Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfix compile error of connCheck.go #1048
Merged
Conversation
| @@ -6,7 +6,8 @@ | |||
| // License, v. 2.0. If a copy of the MPL was not distributed with this file, | |||
| // You can obtain one at http://mozilla.org/MPL/2.0/. | |||
|
|
|||
| // +build !windows,!appengine | |||
| // +build linux darwin | |||
shogo82148
Jan 5, 2020
Author
Contributor
connCheck may work unix-like OSs (e.g. aix, dragonfly, freebsd, netbsd, openbsd, solaris), but I'm not sure.
can anyone check it?
connCheck may work unix-like OSs (e.g. aix, dragonfly, freebsd, netbsd, openbsd, solaris), but I'm not sure.
can anyone check it?
julienschmidt
Jan 5, 2020
Member
At least it cross-compiles. I would add them there as well
At least it cross-compiles. I would add them there as well
|
I think we can drop the deprecated "appengine" build tag because we dropped Go 1.9 already. |
|
I see |
|
merged. thanks! |
sthagen
added a commit
to sthagen/mysql
that referenced
this pull request
Jan 5, 2020
fix compile error of connCheck.go (go-sql-driver#1048)
tz70s
added a commit
to tz70s/mysql
that referenced
this pull request
Sep 5, 2020
* fix compile error of connCheck.go * remove "appengine" build tag
tz70s
added a commit
to tz70s/mysql
that referenced
this pull request
Sep 5, 2020
* fix compile error of connCheck.go * remove "appengine" build tag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Description
fix compile error of connCheck.go on plan9
ref. #1047 (comment)
Checklist