Merge pull request #137 from BenLubar-PR/generate

add file to allow `go generate` to update generated code
This commit is contained in:
Cory J Slep 2020-05-26 08:04:50 +02:00 committed by GitHub
commit 28e35e3541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
gen.go Normal file
View file

@ -0,0 +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
package activity