This commit is contained in:
Aaron Bieber 2023-01-14 06:16:00 -07:00
parent 39b3489806
commit cdc7d03c41
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
//+build openbsd
//go:build openbsd
// +build openbsd
package protect

View File

@ -1,4 +1,5 @@
//+build !openbsd
//go:build !openbsd
// +build !openbsd
package protect