File tree 4 files changed +7
-1
lines changed
4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build ignore
5
6
// +build ignore
6
7
7
8
package main
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build go1.10
5
6
// +build go1.10
7
+
6
8
// Range object
7
9
8
10
package py
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build !go1.10
5
6
// +build !go1.10
7
+
6
8
// Range object
7
9
8
10
package py
Original file line number Diff line number Diff line change 1
- //+build none
1
+ //go:build none
2
+ // +build none
2
3
3
4
package main
4
5
You can’t perform that action at this time.
0 commit comments