mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-07 13:14:10 +03:00
8 lines
106 B
Go
8 lines
106 B
Go
![]() |
// +build !go1.8
|
||
|
|
||
|
package handlers
|
||
|
|
||
|
type loggingResponseWriter interface {
|
||
|
commonLoggingResponseWriter
|
||
|
}
|