mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 21:21:42 +00:00
8 lines
106 B
Go
8 lines
106 B
Go
package sysinfo
|
|
|
|
// TODO Windows
|
|
func New(quiet bool) *SysInfo {
|
|
sysInfo := &SysInfo{}
|
|
return sysInfo
|
|
}
|