mirror of
https://github.com/hexolan/panels.git
synced 2026-03-26 20:41:15 +00:00
8 lines
166 B
Go
8 lines
166 B
Go
//go:build tools
|
|
package main
|
|
|
|
import (
|
|
// Protobuf Generation
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
|
|
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
|
|
) |