github.com/google/capslock@v0.2.3-0.20240517042941-dac19fc347c0/proto/generate.go (about) 1 // Copyright 2023 Google LLC 2 // 3 // Use of this source code is governed by a BSD-style 4 // license that can be found in the LICENSE file or at 5 // https://developers.google.com/open-source/licenses/bsd 6 7 package proto 8 9 // This go generate directive produces the .pb.go file in this package using 10 // the .proto file as the source. After any edits to the .proto file, run 11 // "go generate" to regenerate the .pb.go file. 12 13 //go:generate protoc --go_out=. --go_opt=module=github.com/google/capslock/proto capability.proto