Skip to content

Commit a68c69f

Browse files
committed
remove obsolete build directives
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.
1 parent b7b9417 commit a68c69f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

internal/multierror/multierror_go119.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !go1.20
2-
// +build !go1.20
32

43
package multierror
54

internal/multierror/multierror_go120.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build go1.20
2-
// +build go1.20
32

43
package multierror
54

0 commit comments

Comments
 (0)