edit import

This commit is contained in:
奶爸
2018-03-19 14:25:52 +08:00
parent 2aa5fdc243
commit 1c3914ef16
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"io/ioutil" "io/ioutil"
"net/http" "net/http"
"gopkg.in/go-playground/webhooks.v3" "github.com/naiba/webhooks"
) )
// Webhook instance contains all methods needed to process events // Webhook instance contains all methods needed to process events
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"io/ioutil" "io/ioutil"
"net/http" "net/http"
"gopkg.in/go-playground/webhooks.v3" "github.com/naiba/webhooks"
) )
// Webhook instance contains all methods needed to process events // Webhook instance contains all methods needed to process events
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"io/ioutil" "io/ioutil"
"net/http" "net/http"
"gopkg.in/go-playground/webhooks.v3" "github.com/naiba/webhooks"
) )
// Webhook instance contains all methods needed to process events // Webhook instance contains all methods needed to process events