Archived
1

Yet another remote change

Now: source.wtfteam.pro
This commit is contained in:
2018-02-13 22:05:32 +04:00
parent 2bf96eb6a9
commit 1370ab2b91
69 changed files with 120 additions and 116 deletions

View File

@@ -4,8 +4,8 @@
package forwarder
import (
"git.wtfteam.pro/fat0troll/i2_bot/lib/appcontext"
"git.wtfteam.pro/fat0troll/i2_bot/lib/forwarder/forwarderinterface"
"source.wtfteam.pro/i2_bot/i2_bot/lib/appcontext"
"source.wtfteam.pro/i2_bot/i2_bot/lib/forwarder/forwarderinterface"
)
var (

View File

@@ -4,7 +4,7 @@
package forwarder
import (
"git.wtfteam.pro/fat0troll/i2_bot/lib/dbmapping"
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
"github.com/go-telegram-bot-api/telegram-bot-api"
"regexp"
)

View File

@@ -5,7 +5,7 @@ package forwarderinterface
import (
"github.com/go-telegram-bot-api/telegram-bot-api"
"git.wtfteam.pro/fat0troll/i2_bot/lib/dbmapping"
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
)
// ForwarderInterface implements Getters for importing via appcontext.