Skip to content

Commit a69abb0

Browse files
committed
internal/relui/protos: add protos to relui
This change adds protos for release artifact signing. Updates golang/go#54303 Change-Id: I9ff6645177a4b300023f842874fc8c2acb754c72 Reviewed-on: https://go-review.googlesource.com/c/build/+/420801 Reviewed-by: Heschi Kreinick <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Jenny Rakoczy <[email protected]>
1 parent f5bac79 commit a69abb0

File tree

4 files changed

+1072
-0
lines changed

4 files changed

+1072
-0
lines changed

internal/relui/protos/proto.go

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Copyright 2022 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
5+
package protos
6+
7+
// Run "go generate" in this directory to update. You need to have:
8+
//
9+
// a protoc binary (see https://github.com/protocolbuffers/protobuf/releases)
10+
// protocol compiler plugins for Go:
11+
// go install google.golang.org/protobuf/cmd/[email protected]
12+
// go install google.golang.org/grpc/cmd/[email protected]
13+
14+
//go:generate protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative relui.proto

0 commit comments

Comments
 (0)