Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 427 Bytes

golang Friendly Ping

Installation

Install go-gcm:

$ go get github.com/google/go-gcm
$ go install github.com/google/go-gcm

Usage

$ go run server.go -testData testdata/clients.json \
-apiKey <your_server_api_key> -senderId <your_sender_id> 

You can get your Server API Key and Sender ID for your project from its Download and install configuration page at https://developers.google.com/mobile/add.