gofmt sctx.go

This commit is contained in:
KimMachineGune 2018-10-23 12:04:01 +09:00
parent 530618838a
commit d5257e8ded

View file

@ -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 {