mirror of
https://github.com/go-gitea/gitea
synced 2025-01-02 13:44:42 +01:00
8 lines
106 B
Go
8 lines
106 B
Go
|
// +build !go1.8
|
||
|
|
||
|
package handlers
|
||
|
|
||
|
type loggingResponseWriter interface {
|
||
|
commonLoggingResponseWriter
|
||
|
}
|