diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..89fdac8fe --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +* @dmitsf @andyland @robTheBuildr @tchaton @rusenask @ethanwharris @justusschock + +/.github/CODEOWNERS @nohalon @dmitsf diff --git a/blob/blob.go b/blob/blob.go index faedff919..b6af691b0 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. @@ -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