Skip to content

Commit

Permalink
Fix missing +build comment for older Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Sep 9, 2024
1 parent 50c72de commit 42402b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions parse_go1.23_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build go1.23
// +build go1.23

package pkcs7

Expand Down
1 change: 1 addition & 0 deletions parse_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build !go1.23
// +build !go1.23

package pkcs7

Expand Down

0 comments on commit 42402b5

Please sign in to comment.