Merge pull request #32 from c-Brooks/v4

Make Logger interface more flexible
This commit is contained in:
Dean Karn
2018-06-28 12:45:57 -07:00
committed by GitHub
13 changed files with 33 additions and 32 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"io/ioutil"
"net/http"
"gopkg.in/go-playground/webhooks.v3"
"gopkg.in/go-playground/webhooks.v4"
)
// Webhook instance contains all methods needed to process events
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"time"
. "gopkg.in/go-playground/assert.v1"
"gopkg.in/go-playground/webhooks.v3"
"gopkg.in/go-playground/webhooks.v4"
)
// NOTES: