From dc9357f61dc38cb172d208ba0a1bbbb475c12864 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Mon, 11 Jan 2016 12:06:06 -0600 Subject: [PATCH] Changes to make these work in same folder. --- discord_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/discord_test.go b/discord_test.go index 3b0acb1..0529fc1 100644 --- a/discord_test.go +++ b/discord_test.go @@ -1,12 +1,10 @@ -package discordgo_test +package discordgo import ( "os" "runtime" "testing" "time" - - . "github.com/bwmarrin/discordgo" ) //////////////////////////////////////////////////////////////////////////////