parent
99ccd00434
commit
6a4d17d79a
@ -0,0 +1,10 @@ |
||||
//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 |
Loading…
Reference in new issue