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
|
||||
//
|
||||
// import (
|
||||
// "log"
|
||||
// "net/http"
|
||||
//
|
||||
// "github.com/prometheus/client_golang/prometheus"
|
||||
|
|
Loading…
Reference in New Issue