blob: c8eeaeecf44e85139183d05251b4c5242eccef35 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//go:build tools
// +build tools
package imports
import (
// //build/secondary/third_party/golibs/google.golang.org/protobuf/cmd/protoc-gen-go
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
// //build/secondary/third_party/golibs/google.golang.org/grpc/cmd/protoc-gen-go-grpc
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
)