Move import path to Github

This commit is contained in:
2018-05-19 12:14:25 +04:00
parent 67cdb3edb5
commit 98bf2c393b
74 changed files with 134 additions and 134 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
package forwarder
import (
"source.wtfteam.pro/i2_bot/i2_bot/lib/appcontext"
"source.wtfteam.pro/i2_bot/i2_bot/lib/forwarder/forwarderinterface"
"github.com/fat0troll/i2_bot/lib/appcontext"
"github.com/fat0troll/i2_bot/lib/forwarder/forwarderinterface"
)
var (
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"regexp"
"github.com/go-telegram-bot-api/telegram-bot-api"
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
"github.com/fat0troll/i2_bot/lib/dbmapping"
)
// ProcessForward process forwards for single-user chats
@@ -5,7 +5,7 @@ package forwarderinterface
import (
"github.com/go-telegram-bot-api/telegram-bot-api"
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
"github.com/fat0troll/i2_bot/lib/dbmapping"
)
// ForwarderInterface implements Getters for importing via appcontext.