<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/cmd/internal/pkgpattern/pkgpattern.go, branch main</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2025-09-16T19:31:12Z</updated>
<entry>
<title>cmd/go: check pattern for utf8 validity before call regexp.MustCompile</title>
<updated>2025-09-16T19:31:12Z</updated>
<author>
<name>Youlin Feng</name>
<email>fengyoulin@live.com</email>
</author>
<published>2025-09-04T01:17:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=cbdad4fc3cecbdfcee4e9d30df04916a151bfc16'/>
<id>urn:sha1:cbdad4fc3cecbdfcee4e9d30df04916a151bfc16</id>
<content type='text'>
Do not panic if the package path or the package version contains
invalid UTF-8 characters.

Fixes #75251

Change-Id: Ib787e74277cf814253857b911d378ea5e53d8824
Reviewed-on: https://go-review.googlesource.com/c/go/+/700815
Reviewed-by: Michael Matloob &lt;matloob@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Ian Alexander &lt;jitsu@google.com&gt;
Reviewed-by: Michael Matloob &lt;matloob@golang.org&gt;
</content>
</entry>
<entry>
<title>cmd: relocate search.MatchPattern to cmd/internal/pkgpattern</title>
<updated>2022-09-27T16:43:40Z</updated>
<author>
<name>Than McIntosh</name>
<email>thanm@google.com</email>
</author>
<published>2022-09-21T19:54:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1e4989c33674bf9570c99250a081a448c3cded65'/>
<id>urn:sha1:1e4989c33674bf9570c99250a081a448c3cded65</id>
<content type='text'>
Relocate cmd/go's search.MatchPattern helper routine to a new package
in cmd/internal from its current location, as to allow it to be used
in other tools that accept package pattern command line flags. No
change in functionality along the way.

Updates #51430.

Change-Id: I726e974ccd66a055bb5a94497b36b8d68d47cad1
Reviewed-on: https://go-review.googlesource.com/c/go/+/432757
Reviewed-by: Bryan Mills &lt;bcmills@google.com&gt;
</content>
</entry>
</feed>
