1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-07-05 00:28:58 +02:00

document api/core and api/key packages (#263)

This commit is contained in:
Krzesimir Nowak
2019-10-31 22:55:51 +01:00
committed by rghetia
parent 579e0ce7c6
commit cb1e6f59f6
6 changed files with 211 additions and 27 deletions

View File

@ -12,4 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// This package provides basic types used in OpenTelemetry - keys,
// values, numbers and span contexts.
package core // import "go.opentelemetry.io/api/core"