Explicitly mark the nfqueue package for building on linux

This commit is contained in:
Daniel
2020-04-10 10:50:43 +02:00
parent 2b6fbd2bfc
commit 541cf702ad
4 changed files with 8 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
// +build linux
// Package nfqueue provides network interception capabilities on linux via iptables nfqueue.
package nfqueue

View File

@@ -1,3 +1,5 @@
// +build linux
package nfqueue
// suspended for now

View File

@@ -1,3 +1,5 @@
// +build linux
package nfqueue
/*

View File

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