Skip to content

Commit

Permalink
remove obsolete build directives
Browse files Browse the repository at this point in the history
The `//go:build` directive was added in go 1.18, but this module
requires at least go 1.19, so the old version of these build directives
is unnecessary.
  • Loading branch information
camdencheek committed Nov 12, 2023
1 parent b7b9417 commit a68c69f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/multierror/multierror_go119.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !go1.20
// +build !go1.20

package multierror

Expand Down
1 change: 0 additions & 1 deletion internal/multierror/multierror_go120.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build go1.20
// +build go1.20

package multierror

Expand Down

0 comments on commit a68c69f

Please sign in to comment.