This repository has been archived on 2022-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
activitypub/item_test.go
2019-12-15 19:01:29 +01:00

8 lines
91 B
Go

package activitypub
import "testing"
func TestFlatten(t *testing.T) {
t.Skipf("TODO")
}