From f8ede8248820fce28659abaeaf133e7a6dc21ef4 Mon Sep 17 00:00:00 2001 From: Siavash Safi Date: Wed, 24 Jun 2015 17:15:40 +0430 Subject: [PATCH] cpu: Fix build constraints. --- collector/cpu_freebsd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/cpu_freebsd.go b/collector/cpu_freebsd.go index ac19399a..d86bc9dc 100644 --- a/collector/cpu_freebsd.go +++ b/collector/cpu_freebsd.go @@ -1,4 +1,4 @@ -// +build !cpu +// +build !nocpu package collector