Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 586 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 586 Bytes

Go Amplitude GoDoc Build Status

Summary

A Go library for Amplitude

Installation

go get github.com/msingleton/amplitude-go

Usage

import "github.com/msingleton/amplitude-go"

client := amplitude.New("amplitude-api-key")
client.Event(amplitude.Event{
	UserId:     "1234",
	EventType:	"joined",
})