From 1e0cdc54f86cb29eca14af13aaa3ccfb07d46a20 Mon Sep 17 00:00:00 2001 From: WingLim <643089849@qq.com> Date: Sat, 30 Jul 2022 04:06:54 +0800 Subject: core: Windows service integration (#4790) Co-authored-by: Matthew Holt --- sigtrap_posix.go | 1 - 1 file changed, 1 deletion(-) (limited to 'sigtrap_posix.go') diff --git a/sigtrap_posix.go b/sigtrap_posix.go index 706d0c2..7033f16 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 -- cgit v1.2.3