diff options
| author | 2026-03-04 13:59:28 +0800 | |
|---|---|---|
| committer | 2026-03-04 14:07:45 +0800 | |
| commit | 95d8ceb9b612c776b3f6dce3c7a2236c17bd5313 (patch) | |
| tree | 584f99f27ea0d33cc358cdcb13246d7e156c3311 /refstore/reftable/path.go | |
| parent | objectstore/packed: Split (diff) | |
| signature | No signature | |
refstore/reftable: Delete reftable support for now
Diffstat (limited to 'refstore/reftable/path.go')
| -rw-r--r-- | refstore/reftable/path.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/refstore/reftable/path.go b/refstore/reftable/path.go deleted file mode 100644 index 3bdaf5cd..00000000 --- a/refstore/reftable/path.go +++ /dev/null @@ -1,8 +0,0 @@ -package reftable - -import "path" - -// pathMatch applies path.Match to full ref names. -func pathMatch(pattern, name string) (bool, error) { - return path.Match(pattern, name) -} |
