make docker compile on freebsd
Signed-off-by: Alexey Guskov <lexag@mail.ru>
This commit is contained in:
parent
0dc55c7057
commit
4e30080c64
8 changed files with 79 additions and 4 deletions
7
sysinfo/sysinfo_freebsd.go
Normal file
7
sysinfo/sysinfo_freebsd.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package sysinfo
|
||||
|
||||
// TODO FreeBSD
|
||||
func New(quiet bool) *SysInfo {
|
||||
sysInfo := &SysInfo{}
|
||||
return sysInfo
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue