mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-09 23:24:44 +00:00
Allow Linux setuid/setgid (#646)
This commit is contained in:
parent
8ee2601081
commit
85f244c98e
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
// +build linux windows
|
||||
// +build windows
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !windows,!linux
|
||||
// +build linux !windows
|
||||
|
||||
package main
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue