diff options
Diffstat (limited to 'sigtrap_nonposix.go')
-rw-r--r-- | sigtrap_nonposix.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sigtrap_nonposix.go b/sigtrap_nonposix.go index 3b4595a6e..7855e13a5 100644 --- a/sigtrap_nonposix.go +++ b/sigtrap_nonposix.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 |