Files
gotgt/pkg
Lei Xue 633b84009c fix versionMatcher: use non-capturing group (?:-dirty)? for gorilla/mux
gorilla/mux explicitly rejects capturing groups () in route regexps,
only non-capturing groups (?:) are allowed. The original regex was
missing the ? to make -dirty optional.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 18:51:01 +08:00
..
2023-04-17 19:29:01 +08:00