Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* @dmitsf @andyland @robTheBuildr @tchaton @rusenask @ethanwharris @justusschock

/.github/CODEOWNERS @nohalon @dmitsf
4 changes: 2 additions & 2 deletions blob/blob.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down