mirror of
https://github.com/restic/rest-server.git
synced 2026-04-05 01:31:53 -07:00
8 lines
106 B
Go
8 lines
106 B
Go
// +build !go1.8
|
|
|
|
package handlers
|
|
|
|
type loggingResponseWriter interface {
|
|
commonLoggingResponseWriter
|
|
}
|