refactor: remove unused code

This commit is contained in:
Julian Tölle 2024-08-17 22:47:12 +02:00
parent 5882a6bf2c
commit fbd47fac62
2 changed files with 3 additions and 5 deletions

3
git.go
View file

@ -13,8 +13,7 @@ import (
)
const (
CommitSearchDepth = 50 // TODO: Increase
GitRemoteName = "origin"
GitRemoteName = "origin"
)
type Tag struct {