grim/wasdead

move the package to rwgrim/wasdead
draft
2019-06-06, Gary Kramlich
e07a18af6d24
Parents be710dbf5a0a
Children 33313c30ac36
move the package to rwgrim/wasdead
--- a/commands/tidy.go Thu Jun 06 00:16:07 2019 -0500
+++ b/commands/tidy.go Thu Jun 06 00:16:23 2019 -0500
@@ -3,7 +3,7 @@
import (
"github.com/prologic/bitcask"
- "bitbucket.org/TheToyz/nowdead/globals"
+ "bitbucket.org/rw_grim/wasdead/globals"
)
type TidyCmd struct{}
--- a/discord/commands.go Thu Jun 06 00:16:07 2019 -0500
+++ b/discord/commands.go Thu Jun 06 00:16:23 2019 -0500
@@ -8,8 +8,8 @@
"github.com/bwmarrin/discordgo"
"github.com/dustin/go-humanize"
- "bitbucket.org/TheToyz/nowdead/database"
- "bitbucket.org/TheToyz/nowdead/presence"
+ "bitbucket.org/rw_grim/wasdead/database"
+ "bitbucket.org/rw_grim/wasdead/presence"
)
type Globals struct {
--- a/discord/discord.go Thu Jun 06 00:16:07 2019 -0500
+++ b/discord/discord.go Thu Jun 06 00:16:23 2019 -0500
@@ -8,7 +8,7 @@
"github.com/bwmarrin/discordgo"
log "github.com/sirupsen/logrus"
- "bitbucket.org/TheToyz/nowdead/database"
+ "bitbucket.org/rw_grim/wasdead/database"
)
type DiscordClient struct {
--- a/discord/presence.go Thu Jun 06 00:16:07 2019 -0500
+++ b/discord/presence.go Thu Jun 06 00:16:23 2019 -0500
@@ -7,8 +7,8 @@
"github.com/dustin/go-humanize"
log "github.com/sirupsen/logrus"
- "bitbucket.org/TheToyz/nowdead/database"
- "bitbucket.org/TheToyz/nowdead/presence"
+ "bitbucket.org/rw_grim/wasdead/database"
+ "bitbucket.org/rw_grim/wasdead/presence"
)
func (c *DiscordClient) presenceHandler(s *discordgo.Session, p *discordgo.PresenceUpdate) {
--- a/go.mod Thu Jun 06 00:16:07 2019 -0500
+++ b/go.mod Thu Jun 06 00:16:23 2019 -0500
@@ -1,4 +1,4 @@
-module bitbucket.org/TheToyz/nowdead
+module bitbucket.org/rw_grim/wasdead
go 1.12
--- a/main.go Thu Jun 06 00:16:07 2019 -0500
+++ b/main.go Thu Jun 06 00:16:23 2019 -0500
@@ -5,9 +5,9 @@
"github.com/alecthomas/kong"
- "bitbucket.org/TheToyz/nowdead/commands"
- "bitbucket.org/TheToyz/nowdead/globals"
- "bitbucket.org/TheToyz/nowdead/run"
+ "bitbucket.org/rw_grim/wasdead/commands"
+ "bitbucket.org/rw_grim/wasdead/globals"
+ "bitbucket.org/rw_grim/wasdead/run"
)
const (
--- a/run/run.go Thu Jun 06 00:16:07 2019 -0500
+++ b/run/run.go Thu Jun 06 00:16:23 2019 -0500
@@ -8,11 +8,11 @@
log "github.com/sirupsen/logrus"
- "bitbucket.org/TheToyz/nowdead/database"
- "bitbucket.org/TheToyz/nowdead/discord"
- "bitbucket.org/TheToyz/nowdead/globals"
- "bitbucket.org/TheToyz/nowdead/presence"
- "bitbucket.org/TheToyz/nowdead/twitch"
+ "bitbucket.org/rw_grim/wasdead/database"
+ "bitbucket.org/rw_grim/wasdead/discord"
+ "bitbucket.org/rw_grim/wasdead/globals"
+ "bitbucket.org/rw_grim/wasdead/presence"
+ "bitbucket.org/rw_grim/wasdead/twitch"
)
type RunCmd struct {
--- a/twitch/twitch.go Thu Jun 06 00:16:07 2019 -0500
+++ b/twitch/twitch.go Thu Jun 06 00:16:23 2019 -0500
@@ -7,7 +7,7 @@
"github.com/nicklaw5/helix"
- "bitbucket.org/TheToyz/nowdead/presence"
+ "bitbucket.org/rw_grim/wasdead/presence"
)
type Twitch struct {