Skip to content

Commit

Permalink
Bump http gen
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Sep 25, 2023
1 parent 30ac574 commit c9d1498
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions compiler/testdata/http/main_generated.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ package main
import (
http "net/http"
coroutine "github.com/stealthrocket/coroutine"
coroutine "github.com/stealthrocket/coroutine"
fmt "fmt"
_types "github.com/stealthrocket/coroutine/types"
)
import _types "github.com/stealthrocket/coroutine/types"

type yieldingRoundTripper struct {
}
//go:noinline
func RoundTrip(req *http.Request) (_ *http.Response, _ error) {
func (*yieldingRoundTripper) RoundTrip(req *http.Request) (_ *http.Response, _ error) {
_c := coroutine.LoadContext[*http.Request, *http.Response]()
_f, _fp := _c.Push()
var _f0 *struct {
Expand Down

0 comments on commit c9d1498

Please sign in to comment.