Allow Linux setuid/setgid (#646)

This commit is contained in:
Christopher Conley
2024-04-13 13:58:24 -04:00
committed by GitHub
parent 8ee2601081
commit 85f244c98e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// +build linux windows
// +build windows
package main
+1 -1
View File
@@ -1,4 +1,4 @@
// +build !windows,!linux
// +build linux !windows
package main