From a1c99bb10f75fd8623aa1570c5dedfb0ad80a05e Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Mon, 18 Feb 2019 10:51:34 +0100 Subject: [PATCH] add openbsd to build tag --- src/widgets/proc_other.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/proc_other.go b/src/widgets/proc_other.go index da0123c..c5f42d5 100644 --- a/src/widgets/proc_other.go +++ b/src/widgets/proc_other.go @@ -1,4 +1,4 @@ -// +build freebsd darwin +// +build freebsd darwin openbsd package widgets