aboutsummaryrefslogtreecommitdiff
path: root/ref/ref.go
diff options
context:
space:
mode:
Diffstat (limited to 'ref/ref.go')
-rw-r--r--ref/ref.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/ref/ref.go b/ref/ref.go
deleted file mode 100644
index 0c70cc26..00000000
--- a/ref/ref.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package ref
-
-// Ref is a Git reference.
-//
-// Consider casting to [Detached] or [Symbolic].
-type Ref interface {
- isRef()
- Name() string
-}