From a28e8117d7af6f85de03fcc4c27a89825112e751 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Thu, 13 Dec 2018 19:13:28 -0800 Subject: [PATCH] Add freebsd build flag --- src/widgets/{proc_linux.go => proc_other.go} | 2 ++ src/widgets/{temp_linux.go => temp_other.go} | 2 ++ 2 files changed, 4 insertions(+) rename src/widgets/{proc_linux.go => proc_other.go} (98%) rename src/widgets/{temp_linux.go => temp_other.go} (96%) diff --git a/src/widgets/proc_linux.go b/src/widgets/proc_other.go similarity index 98% rename from src/widgets/proc_linux.go rename to src/widgets/proc_other.go index dd3cae59..d5431ac3 100644 --- a/src/widgets/proc_linux.go +++ b/src/widgets/proc_other.go @@ -1,3 +1,5 @@ +// +build linux freebsd + package widgets import ( diff --git a/src/widgets/temp_linux.go b/src/widgets/temp_other.go similarity index 96% rename from src/widgets/temp_linux.go rename to src/widgets/temp_other.go index 13664039..fa333833 100644 --- a/src/widgets/temp_linux.go +++ b/src/widgets/temp_other.go @@ -1,3 +1,5 @@ +// +build linux freebsd + package widgets import (