Skip to content

Commit

Permalink
Merge 3630159 into 7eca8f8
Browse files Browse the repository at this point in the history
  • Loading branch information
czyt authored Mar 10, 2023
2 parents 7eca8f8 + 3630159 commit ee6970d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions transport/http/codec_go1.20.go
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ee6970d

Please sign in to comment.