From 76fbfb53faeb8bd1f85087940e6819b21b26a7b7 Mon Sep 17 00:00:00 2001 From: func25 Date: Fri, 6 Sep 2024 14:49:21 +0700 Subject: [PATCH] oops, copy paste error --- lib/regexutil/syntax/compile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/regexutil/syntax/compile.go b/lib/regexutil/syntax/compile.go index 1ed0d7981..440ba2d42 100644 --- a/lib/regexutil/syntax/compile.go +++ b/lib/regexutil/syntax/compile.go @@ -1,7 +1,7 @@ // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// TODO(@func25): drop this file when the issue at is fixed +// TODO(@func25,@anyone): drop this file when the issue at https://github.com/golang/go/issues/69303 is fixed package syntax