Fix go build flags

This commit is contained in:
Daniel 2022-02-14 16:03:10 +01:00
parent d5d26383f7
commit 266c950581
10 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
// go:build !windows //go:build !windows
package main package main

View file

@ -1,4 +1,4 @@
// go:build !windows //go:build !windows
package core package core

View file

@ -1,4 +1,4 @@
// go:build linux //go:build linux
// Package nfq contains a nfqueue library experiment. // Package nfq contains a nfqueue library experiment.
package nfq package nfq

View file

@ -1,4 +1,4 @@
// go:build linux //go:build linux
package nfq package nfq

View file

@ -1,4 +1,4 @@
// go:build !server //go:build !server
package netenv package netenv

View file

@ -1,4 +1,4 @@
// go:build !windows //go:build !windows
package netenv package netenv

View file

@ -1,4 +1,4 @@
// go:build linux //go:build linux
package proc package proc

View file

@ -1,4 +1,4 @@
// go:build linux //go:build linux
package proc package proc

View file

@ -1,4 +1,4 @@
// go:build linux //go:build linux
package proc package proc

View file

@ -1,4 +1,4 @@
// go:build linux //go:build linux
package proc package proc