distribution/reference
Sebastiaan van Stijn 32a4d8e39f
reference: fix docs for NameRegexp
NameRegexp does not have capturing groups, so updating the documentation
to reflect that.

To verify if this was an unintentional regression, I looked up the commit
that introduced this regex (31a448a628), and
it looks like it never had capturing groups, so this was just a mistake in
the docs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-11-20 15:07:25 +01:00
..
fuzz.go format code with gofumpt 2022-11-03 22:48:20 +01:00
helpers.go reference: ParseDockerRef: slight refactor, and update docs 2022-11-20 15:07:24 +01:00
normalize.go reference: document consts for normalizing and legacy domain 2022-11-20 15:07:24 +01:00
normalize_test.go reference: run tests with t.Parallel() 2022-11-18 21:17:56 +01:00
reference.go reference: ParseDockerRef: slight refactor, and update docs 2022-11-20 15:07:24 +01:00
reference_test.go reference: run tests with t.Parallel() 2022-11-18 21:17:56 +01:00
regexp.go reference: fix docs for NameRegexp 2022-11-20 15:07:25 +01:00
regexp_test.go reference: run tests with t.Parallel() 2022-11-18 21:17:56 +01:00
sort.go reference: ParseDockerRef: slight refactor, and update docs 2022-11-20 15:07:24 +01:00
sort_test.go reference: run tests with t.Parallel() 2022-11-18 21:17:56 +01:00