File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ cpu cores : 6
177
177
178
178
type spyCpuLoader struct {}
179
179
180
- func (l * spyCpuLoader ) Load (string ) (string , error ) {
180
+ func (l * spyCpuLoader ) load (string ) (string , error ) {
181
181
return cpuinfo , nil
182
182
}
183
183
func TestGetCpuInfo (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Inactive: 6296272 kB
18
18
19
19
type spyMemLoader struct {}
20
20
21
- func (l * spyMemLoader ) Load (string ) (string , error ) {
21
+ func (l * spyMemLoader ) load (string ) (string , error ) {
22
22
return memInfo , nil
23
23
}
24
24
func TestGetMemInfo (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FDSize: 64`
20
20
21
21
type spyProcLoader struct {}
22
22
23
- func (l * spyProcLoader ) Load (string ) (string , error ) {
23
+ func (l * spyProcLoader ) load (string ) (string , error ) {
24
24
return procStatus , nil
25
25
}
26
26
func TestGetProcList (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments