@@ -1,3 +1,4 @@
+//go:build !windows
// +build !windows
package consts
+//go:build windows
// +build windows
@@ -6,6 +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/.
+//go:build appengine
// +build appengine
package mysql
+//go:build go1.8
// +build go1.8
@@ -6,8 +6,8 @@
-// +build go1.7
-// +build !go1.8
+//go:build go1.7 && !go1.8
+// +build go1.7,!go1.8
package ctrlc
@@ -2,6 +2,7 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
package cloudsql
+//go:build !appengine
// +build !appengine