diff options
author | WingLim <[email protected]> | 2022-07-30 04:06:54 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-29 14:06:54 -0600 |
commit | 1e0cdc54f86cb29eca14af13aaa3ccfb07d46a20 (patch) | |
tree | 53e3baf13dea0f276db192348bf1014f2746c220 /sigtrap_posix.go | |
parent | 2f43aa062925e0e8ff114e6035f3bc1b2f7b8e4a (diff) | |
download | caddy-1e0cdc54f86cb29eca14af13aaa3ccfb07d46a20.tar.gz caddy-1e0cdc54f86cb29eca14af13aaa3ccfb07d46a20.zip |
core: Windows service integration (#4790)
Co-authored-by: Matthew Holt <[email protected]>
Diffstat (limited to 'sigtrap_posix.go')
-rw-r--r-- | sigtrap_posix.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sigtrap_posix.go b/sigtrap_posix.go index 706d0c257..7033f1635 100644 --- a/sigtrap_posix.go +++ b/sigtrap_posix.go @@ -13,7 +13,6 @@ // limitations under the License. //go:build !windows && !plan9 && !nacl && !js -// +build !windows,!plan9,!nacl,!js package caddy |