Skip to content

Commit

Permalink
Add toot spec to go generate command
Browse files Browse the repository at this point in the history
  • Loading branch information
cjslep committed Jul 5, 2020
1 parent acc8412 commit fc8e2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build generate
//go:generate go run ./astool -spec astool/activitystreams.jsonld -spec astool/security-v1.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 -path github.com/go-fed/activity ./streams

package activity

0 comments on commit fc8e2d8

Please sign in to comment.