summaryrefslogtreecommitdiff
path: root/src/protector
diff options
context:
space:
mode:
Diffstat (limited to 'src/protector')
-rw-r--r--src/protector/protector.go2
-rw-r--r--src/protector/protector_openbsd.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/protector/protector.go b/src/protector/protector.go
index 2739c016..fe84b388 100644
--- a/src/protector/protector.go
+++ b/src/protector/protector.go
@@ -1,4 +1,4 @@
-// +build !openbsd
+//go:build !openbsd
package protector
diff --git a/src/protector/protector_openbsd.go b/src/protector/protector_openbsd.go
index 84a5ded1..34784a6c 100644
--- a/src/protector/protector_openbsd.go
+++ b/src/protector/protector_openbsd.go
@@ -1,4 +1,4 @@
-// +build openbsd
+//go:build openbsd
package protector