Import "log", it is required for log.Fatal(... (#305)
Import "log" in the example doc comment Package log is required for log.Fatal.
This commit is contained in:
parent
2b3ab50dcd
commit
e7e903064f
|
@ -26,6 +26,7 @@
|
||||||
// package main
|
// package main
|
||||||
//
|
//
|
||||||
// import (
|
// import (
|
||||||
|
// "log"
|
||||||
// "net/http"
|
// "net/http"
|
||||||
//
|
//
|
||||||
// "github.com/prometheus/client_golang/prometheus"
|
// "github.com/prometheus/client_golang/prometheus"
|
||||||
|
|
Loading…
Reference in New Issue