diff options
Diffstat (limited to 'ref')
| -rw-r--r-- | ref/ref.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ package ref // Ref is a Git reference. // -// Implementations must be in this package. +// Consider casting to [Detached] or [Symbolic]. type Ref interface { isRef() Name() string |
