canopeas/discord/discord_test.go

11 lines
96 B
Go

package discord
import (
"os"
"testing"
)
func TestMain(m *testing.M) {
os.Exit(m.Run())
}