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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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