Skip to content

Commit

Permalink
add purgo build tag to conncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
julienschmidt committed Sep 15, 2019
1 parent b2c03bc commit 47aa6e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conncheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// 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 !windows,!appengine,!purego

package mysql

Expand Down
2 changes: 1 addition & 1 deletion conncheck_dummy.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// 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 windows appengine purego

package mysql

Expand Down
2 changes: 1 addition & 1 deletion conncheck_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// 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 go1.10,!windows
// +build go1.10,!windows,!appengine,!purego

package mysql

Expand Down

0 comments on commit 47aa6e7

Please sign in to comment.