diff --git a/system/system_info_darwin.go b/system/system_info.go similarity index 98% rename from system/system_info_darwin.go rename to system/system_info.go index 1582ebe7..37b09a43 100644 --- a/system/system_info_darwin.go +++ b/system/system_info.go @@ -1,3 +1,5 @@ +// +build !windows + package system import ( diff --git a/system/system_info_windows.go b/system/system_info_windows.go index 5e354b6b..0b10c703 100644 --- a/system/system_info_windows.go +++ b/system/system_info_windows.go @@ -1,3 +1,5 @@ +// +build windows + package system import (