Fix typo
This commit is contained in:
parent
841d57538f
commit
2c9ef77e93
|
@ -95,5 +95,5 @@ func (handler *subscriptionHandler) ServeHTTP(w http.ResponseWriter, r *http.Req
|
|||
|
||||
func main() {
|
||||
http.Handle("/", &subscriptionHandler{})
|
||||
tlog.Fatal(http.ListenAndServe(":80", nil))
|
||||
log.Fatal(http.ListenAndServe(":80", nil))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user