> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Data to Honeycomb with Go

> Explore available methods for sending telemetry from your Go application to Honeycomb.

When you are working with Go, we recommend these methods of sending data to Honeycomb.

<Card title="OpenTelemetry Go SDK" href="/send-data/go/opentelemetry-sdk/">
  When you want to instrument Go applications in a standard, vendor-agnostic, and future-proof way, we recommend using the OpenTelemetry Go SDK to send telemetry data to Honeycomb.
  The OpenTelemetry Go SDK allows you to send traces and metrics.
  Logs is in development.
</Card>

<Card title="Honeycomb Libhoney for Go" href="/send-data/go/libhoney/">
  When you need to create and send structured logs to Honeycomb, use Libhoney for Go, our structured logging library for Go applications.
</Card>
