Changes to make these work in same folder.

This commit is contained in:
Bruce Marriner 2016-01-11 12:06:06 -06:00
parent d71a43192f
commit dc9357f61d

View file

@ -1,12 +1,10 @@
package discordgo_test package discordgo
import ( import (
"os" "os"
"runtime" "runtime"
"testing" "testing"
"time" "time"
. "github.com/bwmarrin/discordgo"
) )
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////