package activitypub import "testing" func TestFollowing_Append(t *testing.T) { t.Skipf("TODO") } func TestFollowing_Collection(t *testing.T) { t.Skipf("TODO") } func TestFollowing_GetID(t *testing.T) { t.Skipf("TODO") } func TestFollowing_GetLink(t *testing.T) { t.Skipf("TODO") } func TestFollowing_GetType(t *testing.T) { t.Skipf("TODO") } func TestFollowing_IsLink(t *testing.T) { t.Skipf("TODO") } func TestFollowing_IsObject(t *testing.T) { t.Skipf("TODO") } func TestFollowing_UnmarshalJSON(t *testing.T) { t.Skipf("TODO") } func TestFollowingNew(t *testing.T) { t.Skipf("TODO") }