We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41bd38 commit f6dad69Copy full SHA for f6dad69
internal/build/cmd/generate/commands/gensource/generator.go
@@ -287,7 +287,7 @@ type ` + g.Endpoint.MethodWithNamespace() + `Request struct {`)
287
g.w("\n\n\tHeader\thttp.Header\n")
288
289
g.w("\n\tctx context.Context\n")
290
- g.w("\n\tinstrument Instrumentation\n")
+ g.w("\n\tInstrument Instrumentation\n")
291
g.w("}\n")
292
}
293
0 commit comments