-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add fcmOptions in WebpushConfig #185
Conversation
GO 1.7 and 1.8 is no longer supported by lint : golang/lint#420 Maybe we have to disable it on travis for older version ? |
Formatting has changed on go 1.11 check an exemple here : golang/go@542ea5a So formatting has changed
this is why the build failed |
Maybe we can just gofmt ( ./.travis.gofmt.sh) for go >= 1.11 due to incompatible changes |
We currently don't test on go 1.11 so I think we can ignore the gofmt issue for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @chemidy for the PR, and sorry for not replying earlier. A couple of changes pointed out for your attention.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @chemidy :)
new option in webpushconfig
#182