Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main: Remove old style build constraints. #3036

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion internal/integration/rpctests/rpcserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

// This file is ignored during the regular tests due to the following build tag.
//go:build rpctest
// +build rpctest

package rpctests

Expand Down
1 change: 0 additions & 1 deletion internal/integration/rpctests/treasury_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

// This file is ignored during the regular tests due to the following build tag.
//go:build rpctest
// +build rpctest

package rpctests

Expand Down
1 change: 0 additions & 1 deletion internal/limits/limits_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build !windows && !plan9
// +build !windows,!plan9

package limits

Expand Down
1 change: 0 additions & 1 deletion internal/limits/memlimit.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build go1.19
// +build go1.19

package limits

Expand Down
1 change: 0 additions & 1 deletion internal/limits/memlimit_old.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build !go1.19
// +build !go1.19

package limits

Expand Down
1 change: 0 additions & 1 deletion internal/version/version_buildinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build go1.18
// +build go1.18

package version

Expand Down
1 change: 0 additions & 1 deletion internal/version/version_nobuildinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build !go1.18
// +build !go1.18

package version

Expand Down
1 change: 0 additions & 1 deletion signal_syscall.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//
//go:build windows || aix || android || darwin || dragonfly || freebsd || hurd || illumos || ios || linux || netbsd || openbsd || solaris
// +build windows aix android darwin dragonfly freebsd hurd illumos ios linux netbsd openbsd solaris

package main

Expand Down