github.com/hellobchain/third_party@v0.0.0-20230331131523-deb0478a2e52/gorilla/handlers/handlers_pre18.go (about)

     1  // +build !go1.8
     2  
     3  package handlers
     4  
     5  type loggingResponseWriter interface {
     6  	commonLoggingResponseWriter
     7  }