Fix reverse build tag in webhook_windows.go

9c545a745f accidentally started negating
the build constraint in webhook_windows.go. This reverses that, fixing
the Windows build.
This commit is contained in:
Ciaran Downey 2015-07-22 14:58:54 -07:00
parent d12bbf4036
commit a5c92b88a6

View file

@ -1,5 +1,3 @@
//+build !windows
package main
import (