2023-08-11 21:27:38 +03:00
|
|
|
//go:build tools
|
|
|
|
// +build tools
|
|
|
|
|
|
|
|
package main
|
|
|
|
|
|
|
|
//go:generate ./generate.sh
|
|
|
|
|
|
|
|
import (
|
|
|
|
_ "github.com/envoyproxy/protoc-gen-validate"
|
2024-12-07 02:35:30 +03:00
|
|
|
_ "go.unistack.org/micro-proto/v3"
|
|
|
|
_ "go.unistack.org/protoc-gen-go-micro/v3"
|
2023-08-11 21:27:38 +03:00
|
|
|
)
|