]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commitdiff
Update file comment
authorJoe Richey <joerichey@google.com>
Sat, 27 Aug 2022 06:35:33 +0000 (23:35 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 4 Dec 2022 22:36:56 +0000 (14:36 -0800)
We now create the `*pb.go` files via the makefile instead of though
`go generate`.

Signed-off-by: Joe Richey <joerichey@google.com>
metadata/metadata.pb.go
metadata/metadata.proto

index 048f3a65ba6e0812f8cb01519d7bdf26270213a3..31e9713c179f4a8e1327358f0e11552d69865322 100644 (file)
@@ -18,7 +18,8 @@
 // License for the specific language governing permissions and limitations under
 // the License.
 
-// If you modify this file, be sure to run "go generate" on this package.
+// If the *.proto file is modified, be sure to run "make gen" (at the project
+// root) to recreate the *.pb.go file.
 
 // Code generated by protoc-gen-go. DO NOT EDIT.
 // versions:
index 13e4785b5fc45278f9489ff83f9b898bb6eb61ad..88d19313dc83260f493dd52119ea5d22d2c78108 100644 (file)
@@ -19,7 +19,8 @@
  * the License.
  */
 
-// If you modify this file, be sure to run "go generate" on this package.
+// If the *.proto file is modified, be sure to run "make gen" (at the project
+// root) to recreate the *.pb.go file.
 syntax = "proto3";
 package metadata;