Browse Source

Merge pull request #2038 from hs0210/work

Fix golint issue caused by typo
pull/2039/head
Ben Kochie 4 years ago committed by GitHub
parent
commit
c3d8fc6051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      collector/network_route_linux.go

2
collector/network_route_linux.go

@ -36,7 +36,7 @@ func init() {
registerCollector("network_route", defaultDisabled, NewNetworkRouteCollector)
}
// NewSystemdCollector returns a new Collector exposing systemd statistics.
// NewNetworkRouteCollector returns a new Collector exposing systemd statistics.
func NewNetworkRouteCollector(logger log.Logger) (Collector, error) {
const subsystem = "network"

Loading…
Cancel
Save