cadvisor/utils
shahidhs-ibm 305bb279d8 gofmt changes (new)
Formatting in 'utils/machine/machine.go' and
'utils/sysfs/sysfs.go' was incorrect and causing ./build/presubmit.sh
script to fail in Travis giving below error:
The following files are not properly formatted:
$ ./build/presubmit.sh
+./build/check_gofmt.sh .
utils/machine/machine.go utils/sysfs/sysfs.go utils/machine/machine.go
utils/sysfs/sysfs.go

Fixed the formatting using below command:
gofmt -l -w -s utils/sysfs/sysfs.go
gofmt -l -w -s utils/machine/machine.go
2015-10-19 17:13:09 +05:30
..
cloudinfo use gcloud-golang vanity domain 2015-08-19 16:15:01 -07:00
cpuload Lowering log levels. 2015-04-13 15:05:41 -07:00
fs updated mock godep to use github instead of code.google.com 2015-07-09 17:22:38 -07:00
machine gofmt changes (new) 2015-10-19 17:13:09 +05:30
oomparser Lower logging level of some common logs. 2015-05-06 10:24:50 -07:00
procfs Remove sched stats scraping utils. 2015-01-10 07:08:35 +00:00
sysfs gofmt changes (new) 2015-10-19 17:13:09 +05:30
sysinfo Expose multiple network interfaces in API. 2015-06-07 17:01:53 -07:00
path.go Addressed comments. Another series of bug fixes. 2014-07-22 19:55:14 +00:00
timed_store_test.go Place an absolute limit on elements in TimedStore. 2015-05-01 00:03:41 -07:00
timed_store.go Fix handling of time ranges in timed store. 2015-05-07 16:44:22 +00:00
utils.go Fix cpuset returned in spec on a single core machine. 2015-02-19 18:54:23 +00:00