You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
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