pull/78/head
Hunter Long 2018-10-07 02:47:33 -07:00
parent 15c6e02e46
commit 9acdd4637a
1 changed files with 3 additions and 4 deletions

View File

@ -10,10 +10,9 @@
// }
//
// var example = &ExampleNotifier{&Notification{
// Method: METHOD,
// Host: "http://exmaplehost.com",
// Title: "Example",
// Description: "Example Notifier",
// Method: "example",
// Title: "Example Notifier",
// Description: "This is an example of a notifier for Statup!",
// Author: "Hunter Long",
// AuthorUrl: "https://github.com/hunterlong",
// Delay: time.Duration(3 * time.Second),