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 ebc858b commit c70fcd9Copy full SHA for c70fcd9
_src/examples/stringsvc.md
@@ -282,13 +282,11 @@ count = makeCountEndpoint(svc)
282
count = loggingMiddleware(log.With(logger, "method", "count"))(count)
283
284
uppercaseHandler := httptransport.NewServer(
285
- // ...
286
uppercase,
287
// ...
288
)
289
290
countHandler := httptransport.NewServer(
291
292
count,
293
294
@@ -360,13 +358,11 @@ func main() {
360
358
361
359
362
363
364
makeUppercaseEndpoint(svc),
365
366
367
368
369
370
makeCountEndpoint(svc),
371
372
0 commit comments