Registry / utility / ilgooz-analytics-go

ilgooz-analytics-go

JSON →
library3.1.0+incompatiblegogounverified

A Go client for sending analytics events to a Segment-compatible API.

go get github.com/ilgooz/analytics-go
INSTALL
IMPORT
SIG · ILGOOZ-ANALYTICS-G
I
ilgooz-analytics-go
utilitygov3.1.0+incompatible
harness data pending
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.

analytics
github.com/ilgooz/analytics-go

Initialize a client and track an event.

package main import "github.com/ilgooz/analytics-go" func main() { client := analytics.New("YOUR_WRITE_KEY") client.Enqueue(analytics.Track{ Event: "Test Event", UserId: "user_123", }) }
Debug
Known issues
gotchaVersion 3.1.0+incompatible indicates a major version mismatch with Go modules; use v3.1.0 with a compatible import path or consider v2.
fix
Use `go get github.com/ilgooz/analytics-go@v3.1.0` and ensure your go.mod requires the correct version.
affects: >=3.0.0
Upgrade
Version history
3.1.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ilgooz-analytics-go — go get ilgooz-analytics-go · libregistry