Just a simple wrapper of go-pushbullet with some settings set in a configuration yaml
- set your API key, channel tag, etc. in the configuration
yamlfileconfig/pushbullet.yml - create a push bullet notifier by the
New("YOUR CONFIG PATH")command - push
Notify("title", "content")