diff options
Diffstat (limited to 'sigtrap_posix.go')
-rw-r--r-- | sigtrap_posix.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sigtrap_posix.go b/sigtrap_posix.go index d5a03a946..b6c4cbfe7 100644 --- a/sigtrap_posix.go +++ b/sigtrap_posix.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !windows && !plan9 && !nacl && !js // +build !windows,!plan9,!nacl,!js package caddy |