ictgj-voting/vendor/github.com/gorilla/handlers/handlers_pre18.go

8 lines
106 B
Go
Raw Normal View History

2017-07-13 11:43:04 +00:00
// +build !go1.8
package handlers
type loggingResponseWriter interface {
commonLoggingResponseWriter
}