Fix golint warning on pkg/sysinfo

Signed-off-by: Hu Keping <hukeping@huawei.com>
This commit is contained in:
Hu Keping 2015-07-22 18:31:34 +08:00
parent 8cd8bc1365
commit 001fc3cf5f
4 changed files with 41 additions and 21 deletions

View file

@ -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