1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-20 03:30:02 +02:00

Rename resourcekeys to singular resourcekey

This commit is contained in:
Tyler Yahn 2020-05-15 11:32:03 -07:00
parent 34c03ec9a9
commit 7c209b5c8c
No known key found for this signature in database
GPG Key ID: 42AA23B0BC85B798

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package resourcekeys contains well known type and label keys for resources.
package resourcekeys // import "go.opentelemetry.io/otel/sdk/resource/resourcekeys"
// Package resourcekey contains well known type and label keys for resources.
package resourcekey // import "go.opentelemetry.io/otel/sdk/resource/resourcekey"
// Constants for Service resources.
const (