diff options
| author | Marin Ivanov <[email protected]> | 2025-04-16 19:18:02 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2025-04-16 19:18:02 +0300 |
| commit | 0fefc0f6c69663615025074ac2184508802d4b9d (patch) | |
| tree | 44f441189a3725604376b6285b1c77326fb34efc /setuid_unix.go | |
| parent | 1a339a82fe6209e463029e433a254e6d237fa17c (diff) | |
Diffstat (limited to 'setuid_unix.go')
| -rw-r--r-- | setuid_unix.go | 1 |
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 |
