mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
Fix go build flags
This commit is contained in:
parent
d5d26383f7
commit
266c950581
10 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
||||||
// go:build !windows
|
//go:build !windows
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// go:build !windows
|
//go:build !windows
|
||||||
|
|
||||||
package core
|
package core
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// go:build linux
|
//go:build linux
|
||||||
|
|
||||||
package nfq
|
package nfq
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// go:build !server
|
//go:build !server
|
||||||
|
|
||||||
package netenv
|
package netenv
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// go:build !windows
|
//go:build !windows
|
||||||
|
|
||||||
package netenv
|
package netenv
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// go:build linux
|
//go:build linux
|
||||||
|
|
||||||
package proc
|
package proc
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// go:build linux
|
//go:build linux
|
||||||
|
|
||||||
package proc
|
package proc
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// go:build linux
|
//go:build linux
|
||||||
|
|
||||||
package proc
|
package proc
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// go:build linux
|
//go:build linux
|
||||||
|
|
||||||
package proc
|
package proc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue