diff --git a/collector/bcache_linux.go b/collector/bcache_linux.go index c406c11f..b940b44f 100644 --- a/collector/bcache_linux.go +++ b/collector/bcache_linux.go @@ -18,7 +18,6 @@ package collector import ( "fmt" - // https://godoc.org/github.com/prometheus/client_golang/prometheus "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/procfs/bcache" )