mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
gofmt sctx.go
This commit is contained in:
parent
530618838a
commit
d5257e8ded
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import "context"
|
||||||
|
|
||||||
type (
|
type (
|
||||||
HTTPRequestIDKey struct{}
|
HTTPRequestIDKey struct{}
|
||||||
requestHostKey struct{}
|
requestHostKey struct{}
|
||||||
)
|
)
|
||||||
|
|
||||||
func SetHost(ctx context.Context, domain string) context.Context {
|
func SetHost(ctx context.Context, domain string) context.Context {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue