- Agent roles and coordination features - Chat API integration testing - New configuration and workspace management 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
324 B
Go
10 lines
324 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
/*
|
|
Package baggage provides functionality for storing and retrieving
|
|
baggage items in Go context. For propagating the baggage, see the
|
|
go.opentelemetry.io/otel/propagation package.
|
|
*/
|
|
package baggage // import "go.opentelemetry.io/otel/baggage"
|