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

View File

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