Fix linter warnings on windows

This commit is contained in:
Patrick Pacher
2020-08-11 15:34:29 +02:00
parent b3657e17ce
commit 8840c88903
4 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
// +build linux
// Package nfqexp contains a nfqueue library experiment.
package nfqexp

View File

@@ -1,3 +1,5 @@
// +build linux
package nfqexp
import (