Registry /
analytics / rudderlabs-analytics-go
Package analytics-go provides a client for sending analytics events to RudderStack.
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
github.com/rudderlabs/analytics-go
Send a track event
import "github.com/rudderlabs/analytics-go"
func main() {
client, _ := analytics.New("write_key", "data_plane_url")
client.Enqueue(analytics.Track{
Event: "test",
UserId: "user123",
})
}
Debug
Known footguns
No known footguns recorded.
Upgrade
Version history
Breaking-change detection hasn't run for this library yet.
Audit
Security & dependencies
CVE tracking and dependency tree are planned for a later release.