mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-07 21:37:04 +09:00
11 lines
227 B
Go
11 lines
227 B
Go
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() {
|
|
|
|
}
|