mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 13:18:30 +00:00
Vendor using dep
This commit is contained in:
4
vendor/github.com/google/go-github/github/without_appengine.go
generated
vendored
4
vendor/github.com/google/go-github/github/without_appengine.go
generated
vendored
@@ -14,6 +14,6 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func withContext(ctx context.Context, req *http.Request) (context.Context, *http.Request) {
|
||||
return ctx, req.WithContext(ctx)
|
||||
func withContext(ctx context.Context, req *http.Request) *http.Request {
|
||||
return req.WithContext(ctx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user