Switch to dep for dependency management
This commit is contained in:
12
vendor/github.com/gin-gonic/gin/response_writer_1.7.go
generated
vendored
Normal file
12
vendor/github.com/gin-gonic/gin/response_writer_1.7.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// +build !go1.8
|
||||
|
||||
// Copyright 2018 Gin Core Team. All rights reserved.
|
||||
// Use of this source code is governed by a MIT style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package gin
|
||||
|
||||
// ResponseWriter ...
|
||||
type ResponseWriter interface {
|
||||
responseWriterBase
|
||||
}
|
||||
Reference in New Issue
Block a user