This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/vendor/github.com/gorilla/handlers/handlers_pre18.go

8 lines
106 B
Go
Raw Normal View History

// +build !go1.8
package handlers
type loggingResponseWriter interface {
commonLoggingResponseWriter
}