We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b2e3c commit ec3b7dcCopy full SHA for ec3b7dc
4 files changed
py/gen.go
@@ -2,6 +2,7 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
+//go:build ignore
6
// +build ignore
7
8
package main
py/range_repr110.go
@@ -2,7 +2,9 @@
+//go:build go1.10
// +build go1.10
+
// Range object
9
10
package py
py/range_repr19.go
+//go:build !go1.10
// +build !go1.10
repl/web/serve.go
@@ -1,4 +1,5 @@
1
-//+build none
+//go:build none
+// +build none
0 commit comments