1
0
2018-10-28 17:24:10 +01:00

8 lines
106 B
Go

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