File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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 darwin || ( freebsd && go1.21) || linux || (netbsd && go1.25)
5
+ //go:build darwin || freebsd || linux || (netbsd && go1.25)
6
6
7
7
package ld
8
8
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 ( freebsd && go1.21) || (netbsd && go1.25)
5
+ //go:build freebsd || (netbsd && go1.25)
6
6
7
7
package ld
8
8
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 !darwin && !( freebsd && go1.21) && !linux && !(netbsd && go1.25)
5
+ //go:build !darwin && !freebsd && !linux && !(netbsd && go1.25)
6
6
7
7
package ld
8
8
You can’t perform that action at this time.
0 commit comments