kratos/transport/http/codec_go1.20.go

10 lines
206 B

//go:build go1.20
// +build go1.20
package http
import "net/http"
// ResponseController is type net/http.ResponseController which was added in Go 1.20.
type ResponseController = http.ResponseController