activitypub

A fork of go-ap/activitypub to make it easier to implement extensions

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
package activitypub

import "testing"

func TestDefaultValidator_Validate(t *testing.T) {
	t.Skipf("TODO")
}