mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-10-01 17:03:34 +02:00
7 lines
106 B
Go
7 lines
106 B
Go
// +build !go1.8
|
|
|
|
package handlers
|
|
|
|
type loggingResponseWriter interface {
|
|
commonLoggingResponseWriter
|
|
}
|