1
0
mirror of synced 2024-11-22 04:46:05 +03:00

fix import path causing travis failed build

This commit is contained in:
Ayomide Onigbinde 2018-12-31 02:16:01 +01:00
parent 69e4942945
commit f1076a12b6

View File

@ -7,12 +7,10 @@ import (
"net/http"
"os"
"time"
msgs "github.com/messenger"
"github.com/paked/messenger"
)
var vt, acct, appsc = msgs.GetTokens()
var vt, acct, appsc = messenger.GetTokens()
var (
verifyToken = flag.String("verify-token", vt, "The token used to verify facebook (required)")
verify = flag.Bool("should-verify", false, "Whether or not the app should verify itself")