Dan Frankland

Results 1 issues of Dan Frankland

Using `analytics-go.v3`. The `Client` interface has a comment that outlines the client setup: ```go // client := analytics.New(writeKey) // ... // client.Enqueue(analytics.Track{ ... }) // ... // client.Close() ``` I'm...