From 574f22607ba186acf0cfb8314baaa594a129a5b3 Mon Sep 17 00:00:00 2001 From: Cory Slep Date: Sun, 5 Jul 2020 21:58:08 +0200 Subject: [PATCH] Add forgefed vocabulary to go generate command --- gen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen.go b/gen.go index bd2846d..6fe30a4 100644 --- a/gen.go +++ b/gen.go @@ -1,4 +1,4 @@ // +build generate -//go:generate go run ./astool -spec astool/activitystreams.jsonld -spec astool/security-v1.jsonld -spec astool/toot.jsonld -path github.com/go-fed/activity ./streams +//go:generate go run ./astool -spec astool/activitystreams.jsonld -spec astool/security-v1.jsonld -spec astool/toot.jsonld -spec astool/forgefed.jsonld -path github.com/go-fed/activity ./streams package activity