From d525ab67e89f85c552ecb66c335db9e43bf73b9b Mon Sep 17 00:00:00 2001 From: Dmitry Frolov Date: Fri, 23 May 2025 09:47:03 -0400 Subject: [PATCH 1/6] CI check + add CODEOWNERS --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..9ab1ffa76f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +* @gridai/platform + +/.github/CODEOWNERS @nohalon @dmitsf From 67995f0ea5ea57928ac7f3eb4a64d4b879fd4393 Mon Sep 17 00:00:00 2001 From: Dmitry Frolov Date: Fri, 23 May 2025 09:50:59 -0400 Subject: [PATCH 2/6] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9ab1ffa76f..9e9aea041f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ -* @gridai/platform +* @dmitsf @andyland @robTheBuildr @tchaton @rusenask @ethanharris @justusschock /.github/CODEOWNERS @nohalon @dmitsf From 1d990755a462bfb9db9e9e8fa89ff707650cbd47 Mon Sep 17 00:00:00 2001 From: Dmitry Frolov Date: Fri, 23 May 2025 09:55:17 -0400 Subject: [PATCH 3/6] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9e9aea041f..89fdac8fee 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ -* @dmitsf @andyland @robTheBuildr @tchaton @rusenask @ethanharris @justusschock +* @dmitsf @andyland @robTheBuildr @tchaton @rusenask @ethanwharris @justusschock /.github/CODEOWNERS @nohalon @dmitsf From 4a0e71c94c0ae68fe513f4cc78fdaeb40a776865 Mon Sep 17 00:00:00 2001 From: Dmitry Frolov Date: Fri, 23 May 2025 10:02:12 -0400 Subject: [PATCH 4/6] Update blob.go --- blob/blob.go | 1 + 1 file changed, 1 insertion(+) diff --git a/blob/blob.go b/blob/blob.go index faedff919c..2d1e301f92 100644 --- a/blob/blob.go +++ b/blob/blob.go @@ -61,6 +61,7 @@ // https://opencensus.io/quickstart/go/tracing. // To enable metric collection in your application, see "Exporting stats" at // https://opencensus.io/quickstart/go/metrics. + package blob // import "gocloud.dev/blob" import ( From f8f0c1dd7f06c17f9935cddd8347aa6d7599d943 Mon Sep 17 00:00:00 2001 From: Dmitry Frolov Date: Fri, 23 May 2025 10:03:20 -0400 Subject: [PATCH 5/6] Update blob.go --- blob/blob.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blob/blob.go b/blob/blob.go index 2d1e301f92..be4e6b3a59 100644 --- a/blob/blob.go +++ b/blob/blob.go @@ -34,7 +34,7 @@ // # OpenCensus Integration // // OpenCensus supports tracing and metric collection for multiple languages and -// backend providers. See https://opencensus.io. +// backend providers. See https://opencensus.io to get more information. // // This API collects OpenCensus traces and metrics for the following methods: // - Attributes @@ -61,7 +61,6 @@ // https://opencensus.io/quickstart/go/tracing. // To enable metric collection in your application, see "Exporting stats" at // https://opencensus.io/quickstart/go/metrics. - package blob // import "gocloud.dev/blob" import ( From dc5bd35284b9e0428c9c14e9abe3495b4189a19b Mon Sep 17 00:00:00 2001 From: Dmitry Frolov Date: Fri, 23 May 2025 10:05:39 -0400 Subject: [PATCH 6/6] Update blob.go --- blob/blob.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blob/blob.go b/blob/blob.go index be4e6b3a59..b6af691b03 100644 --- a/blob/blob.go +++ b/blob/blob.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Go Cloud Development Kit Authors +// Copyright 2018 The Go Cloud Development Kit Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.