aboutsummaryrefslogtreecommitdiff
path: root/setuid_unix.go
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2025-04-16 19:18:02 +0300
committerMarin Ivanov <[email protected]>2025-04-16 19:18:02 +0300
commit0fefc0f6c69663615025074ac2184508802d4b9d (patch)
tree44f441189a3725604376b6285b1c77326fb34efc /setuid_unix.go
parent1a339a82fe6209e463029e433a254e6d237fa17c (diff)
better loggingHEADv0.1.5master
Diffstat (limited to 'setuid_unix.go')
-rw-r--r--setuid_unix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuid_unix.go b/setuid_unix.go
index 8782a48..5db6746 100644
--- a/setuid_unix.go
+++ b/setuid_unix.go
@@ -1,3 +1,4 @@
+//go:build linux || darwin
// +build linux darwin
package main