This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Description
- I setup golang on Mac (using official manual)
- Install go-gcm:
$ go get github.com/google/go-gcm
$ go install github.com/google/go-gcm
- Open friendlyPing/server/Go folder and run:
go run server.go -testData testdata/clients.json -apiKey XXXXXXXXX -senderId XXXXXXXXX
- Then I get:
# command-line-arguments
./server.go:174: cannot use *notification (type gcm.Notification) as type *gcm.Notification in field value
I checked that /Users/username/gocode/src/github.com/google/go-gcm exist in my workspace folder
Can you give me some directions what is need to be checked in my setup? I suggested that go do not see go-gcm package, but everything looking fine for me