Fix threshold notifier build tags

This was preventing cross builds from darwin
This commit is contained in:
Christoph Blecker 2017-08-18 15:52:59 -07:00
parent 683f09c65e
commit 8163afddd2
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B

View File

@ -1,4 +1,4 @@
// +build !linux !cgo
// +build !linux
/*
Copyright 2016 The Kubernetes Authors.