You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.
$ 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
The text was updated successfully, but these errors were encountered:
go run server.go -testData testdata/clients.json -apiKey XXXXXXXXX -senderId XXXXXXXXX
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
The text was updated successfully, but these errors were encountered: