mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 01:07:27 +00:00
The `\b` in the regular expression ensures we only match with a hexadecimal notation as awhole, while still allowing to match with e.g. `sha1:...` which would not have been possible by using `\W` as this includes `_`. Signed-off-by: Hidde Beydals <hello@hidde.co> |
||
|---|---|---|
| .. | ||
| testdata | ||
| apply.go | ||
| hex.go | ||
| hex_test.go | ||
| objectutil.go | ||
| utils.go | ||
| utils_test.go | ||