SherClockHolmes / webpush-go

Web Push API Encryption with VAPID support.
MIT License
312 stars 67 forks source link

Fix import path in example. #15

Closed pdcalado closed 5 years ago

pdcalado commented 5 years ago

User name is not in camel case in the import path of the example.

pdcalado commented 5 years ago

I realize this change is mostly irrelevant, but I imported your package in two different ways, one in lowercase (copy-pasted) and another one in camel case (editor auto import) and it broke dep ensure.

This was my mistake of course, so please feel free to ignore the PR :)

SherClockHolmes commented 5 years ago

No problem I'll merge it, thanks for submitting a PR. @pdcalado