Skip to content

Commit

Permalink
Update handler.go
Browse files Browse the repository at this point in the history
github.com/sirupsen/logrus
  • Loading branch information
chaobingya committed Sep 24, 2019
1 parent 12ee0db commit e19762e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net"
"net/http"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
)

// StatusClientClosedRequest non-standard HTTP status code for client disconnection
Expand Down

0 comments on commit e19762e

Please sign in to comment.