gorush/vendor/github.com/google/go-gcm
Bo-Yi Wu 23bd0d0c56 feat: switch glide to govendor. (#186)
* feat: switch glide to govendor.

* fix: testing
2017-02-19 15:04:00 +08:00
..
CONTRIBUTING feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
LICENSE feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
README.md feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
gcm.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00

README.md

Project status

status: inactive

This project is no longer actively maintained, and remains here as an archive of this work.

For a replacement, check out this actively maintained fork of the library.

GCM Library for Go

Provides the following functionality for Google Cloud Messaging:

  1. Sending messages.
  2. Listening to receiving messages.

Documentation: http://godoc.org/github.com/google/go-gcm

Installation

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

Status

This library is in Alpha. We will make an effort to support the library, but we reserve the right to make incompatible changes when necessary.

Feedback

Please read CONTRIBUTING and raise issues here in Github.