aboutsummaryrefslogtreecommitdiff
path: root/collector/sysctl_bsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'collector/sysctl_bsd.go')
-rw-r--r--collector/sysctl_bsd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/collector/sysctl_bsd.go b/collector/sysctl_bsd.go
index 878e242..d6d4c57 100644
--- a/collector/sysctl_bsd.go
+++ b/collector/sysctl_bsd.go
@@ -11,7 +11,7 @@
11// See the License for the specific language governing permissions and 11// See the License for the specific language governing permissions and
12// limitations under the License. 12// limitations under the License.
13 13
14// +build freebsd dragonfly 14// +build freebsd dragonfly openbsd netbsd darwin
15// +build !nomeminfo 15// +build !nomeminfo
16 16
17package collector 17package collector