File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5+ //go:build ignore
56// +build ignore
67
78package main
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5+ //go:build go1.10
56// +build go1.10
7+
68// Range object
79
810package py
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5+ //go:build !go1.10
56// +build !go1.10
7+
68// Range object
79
810package py
Original file line number Diff line number Diff line change 1- //+build none
1+ //go:build none
2+ // +build none
23
34package main
45
You can’t perform that action at this time.
0 commit comments