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 reminder
import (
"source.wtfteam.pro/i2_bot/i2_bot/lib/appcontext"
"source.wtfteam.pro/i2_bot/i2_bot/lib/reminder/reminderinterface"
"github.com/fat0troll/i2_bot/lib/appcontext"
"github.com/fat0troll/i2_bot/lib/reminder/reminderinterface"
)
var (
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"strconv"
"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"
)
func (r *Reminder) getRemindersForUser(playerRaw *dbmapping.Player) ([]dbmapping.Alarm, bool) {
@@ -5,7 +5,7 @@ package reminderinterface
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"
)
// ReminderInterface implements Reminder for importing via appcontext
+1 -1
View File
@@ -5,7 +5,7 @@ package reminder
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"
)
// AlarmsList lists all alarms for user with buttons to enable/disable each of available alarms
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"time"
"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"
)
// SendReminders sends reminders for users about coming league tournament
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"time"
"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"
)
// CreateAlarmSetting creates alarm setting for user