mirror of https://github.com/statping/statping
added necessary imports
parent
6a1a4a5770
commit
d8c12c77e8
|
@ -1,6 +1,8 @@
|
|||
package handlers
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
"net/http/pprof"
|
||||
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||
|
|
Loading…
Reference in New Issue