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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// +build linux windows
// +build windows
package main

View file

@ -1,4 +1,4 @@
// +build !windows,!linux
// +build linux !windows
package main