From 08c68c629ab87bc3c7036ce09d2b6b57c1c509ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kau=C3=AA=20Soares=20da=20Silveira?= Date: Mon, 10 Jun 2024 08:33:55 -0700 Subject: [PATCH] Internal. PiperOrigin-RevId: 641912094 --- parser/parser.go | 1 - 1 file changed, 1 deletion(-) diff --git a/parser/parser.go b/parser/parser.go index 34cd34c..609a9cf 100644 --- a/parser/parser.go +++ b/parser/parser.go @@ -1,6 +1,5 @@ // Package parser edits text proto files, applies standard formatting // and preserves comments. -// See also: https://github.com/golang/protobuf/blob/master/proto/text_parser.go // // To disable a specific file from getting formatted, add '# txtpbfmt: disable' // at the top of the file.