1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 17:44:59 +09:00

fix make-setup-protoc

This commit is contained in:
Roman Khafizianov 2023-04-25 18:17:59 +02:00 committed by Mikhail Iudin
parent afd26f5f90
commit 899ea7cba9
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
4 changed files with 71 additions and 33 deletions

11
docs/main.go Normal file
View file

@ -0,0 +1,11 @@
package main
import (
_ "github.com/pseudomuto/protoc-gen-doc"
_ "github.com/pseudomuto/protoc-gen-doc/extensions/envoyproxy_validate"
_ "github.com/pseudomuto/protoc-gen-doc/extensions/validator_field"
)
func main() {
}