reference: fix broken alias for DomainRegexp (#4113)

This commit is contained in:
Milos Gajdos 2023-10-19 09:25:17 +01:00 committed by GitHub
commit 5592968cbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ var DigestRegexp = reference.DigestRegexp
// Deprecated: use [reference.DomainRegexp]. // Deprecated: use [reference.DomainRegexp].
// //
// [RFC 6874]: https://www.rfc-editor.org/rfc/rfc6874. // [RFC 6874]: https://www.rfc-editor.org/rfc/rfc6874.
var DomainRegexp = reference.DigestRegexp var DomainRegexp = reference.DomainRegexp
// IdentifierRegexp is the format for string identifier used as a // IdentifierRegexp is the format for string identifier used as a
// content addressable identifier using sha256. These identifiers // content addressable identifier using sha256. These identifiers