.*: fix revive package-comments lint issues (#7574)

* .*: fix revive package-comments lint issues

* add example names to package comment

* improve grammer
This commit is contained in:
Purnesh Dixit 2024-09-03 11:35:19 +05:30 committed by GitHub
parent 00514a78b1
commit cd05c9e58f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 16 additions and 0 deletions

View File

@ -16,6 +16,7 @@
*
*/
// Binary client is a client for the CSM Observability example.
package main
import (

View File

@ -16,6 +16,7 @@
*
*/
// Binary server is a server for the CSM Observability example.
package main
import (

View File

@ -16,6 +16,7 @@
*
*/
// Binary client is a client for the custom load balancer example.
package main
import (

View File

@ -16,6 +16,7 @@
*
*/
// Binary server is a server for the custom load balancer example.
package main
import (

View File

@ -16,6 +16,7 @@
*
*/
// Binary client is a client for the OpenTelemetry example.
package main
import (

View File

@ -16,6 +16,7 @@
*
*/
// Binary server is a server for the OpenTelemetry example.
package main
import (

View File

@ -16,6 +16,11 @@
*
*/
// Binary client is an interop client for Observability.
//
// See interop test case descriptions [here].
//
// [here]: https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md
package main
import (

View File

@ -16,6 +16,11 @@
*
*/
// Binary server is an interop server for Observability.
//
// See interop test case descriptions [here].
//
// [here]: https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md
package main
import (