Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AnchoredTagRegexp matches valid tag names, anchored at the start and // end of the matched string. AnchoredTagRegexp = regexp.MustCompile(anchored(tag)) // AnchoredDigestRegexp matches valid digests, anchored at the start and // end of the matched string. AnchoredDigestRegexp = regexp.MustCompile(anchored(digestPat)) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.