1package main
2
3import (
4	"github.com/lyft/protoc-gen-star"
5	"github.com/lyft/protoc-gen-star/lang/go"
6	"github.com/envoyproxy/protoc-gen-validate/module"
7)
8
9func main() {
10	pgs.
11		Init(pgs.DebugEnv("DEBUG_PGV")).
12		RegisterModule(module.Validator()).
13		RegisterPostProcessor(pgsgo.GoFmt()).
14		Render()
15}
16