Registry /
utility / jpillora-go-ogle-analytics
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/jpillora/go-ogle-analytics
Send data to Google Analytics
package main
import (
"fmt"
"github.com/jpillora/go-ogle-analytics"
)
func main() {
client := analytics.New("UA-XXXXX-Y")
fmt.Println(client)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20161213085824-14b04e0594eflatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.