From 22d964d552ccf888a46977bbf6e0158a267fc335 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 26 May 2025 14:35:28 -0600 Subject: docs: move golang code comments to the bottom of the example --- share/man/ENVOY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/man/ENVOY.md b/share/man/ENVOY.md index 64a0a12..1bdeee2 100644 --- a/share/man/ENVOY.md +++ b/share/man/ENVOY.md @@ -515,8 +515,6 @@ func (svc *CheckService) Check(ctx context.Context, request *auth.CheckRequest) return svc.Denied(ctx), nil } -// ... - func (svc *CheckService) OK(ctx context.Context) *auth.CheckResponse { return &auth.CheckResponse{ Status: &status.Status{ @@ -546,5 +544,7 @@ func (svc *CheckService) Denied(ctx context.Context) *auth.CheckResponse { }, }, } + + // ... } ``` -- cgit v1.2.3