Lint-fix: Package comments

This commit is contained in:
Calle Pettersson
2018-10-04 21:35:33 +02:00
committed by Calle Pettersson
parent 7e05621b26
commit f2462b26c8
24 changed files with 45 additions and 96 deletions

View File

@@ -1,6 +1,3 @@
// returns data points from Win32_Service
// https://msdn.microsoft.com/en-us/library/aa394418(v=vs.85).aspx - Win32_Service class
// +build windows
package collector
@@ -75,6 +72,8 @@ func (c *serviceCollector) Collect(ch chan<- prometheus.Metric) error {
return nil
}
// Win32_Service docs:
// - https://msdn.microsoft.com/en-us/library/aa394418(v=vs.85).aspx
type Win32_Service struct {
Name string
State string