package main import "testing" func TestAdminOnly(t *testing.T) { t.Fatal("Do me.") } func TestGuildOnly(t *testing.T) { t.Fatal("Do me.") }