Skip to content

msingleton/amplitude-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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",
})

About

A Go library for Amplitude

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages