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