Fix golint warning on pkg/sysinfo
Signed-off-by: Hu Keping <hukeping@huawei.com>
This commit is contained in:
parent
8cd8bc1365
commit
001fc3cf5f
4 changed files with 41 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
package sysinfo
|
||||
|
||||
// TODO Windows
|
||||
// New returns an empty SysInfo for windows for now.
|
||||
func New(quiet bool) *SysInfo {
|
||||
sysInfo := &SysInfo{}
|
||||
return sysInfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue