From a5c92b88a6f07606b14d9445eb72c3ae99b3022f Mon Sep 17 00:00:00 2001 From: Ciaran Downey Date: Wed, 22 Jul 2015 14:58:54 -0700 Subject: [PATCH] Fix reverse build tag in webhook_windows.go 9c545a745f4d8b778a7ec3f055cf55645f8cd52c accidentally started negating the build constraint in webhook_windows.go. This reverses that, fixing the Windows build. --- webhook_windows.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/webhook_windows.go b/webhook_windows.go index 08700e9..5a70bdb 100644 --- a/webhook_windows.go +++ b/webhook_windows.go @@ -1,5 +1,3 @@ -//+build !windows - package main import (