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:
parent
afd26f5f90
commit
899ea7cba9
4 changed files with 71 additions and 33 deletions
11
docs/main.go
Normal file
11
docs/main.go
Normal 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() {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue