Merge pull request #137 from BenLubar-PR/generate

add file to allow `go generate` to update generated code
このコミットが含まれているのは:
Cory J Slep 2020-05-26 08:04:50 +02:00 committed by GitHub
コミット 28e35e3541
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更4行の追加0行の削除

4
gen.go ノーマルファイル
ファイルの表示

@ -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