Skip to content

Commit 4375d95

Browse files
committed
chore: remove StripPrefix flag as it isnt needed
1 parent 4c8ee96 commit 4375d95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

internal/svu/svu.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"encoding/json"
77
"fmt"
88
"log"
9-
"path"
109
"regexp"
1110
"strconv"
1211
"strings"
@@ -34,7 +33,7 @@ var (
3433
)
3534

3635
type Options struct {
37-
Ctx context.Context
36+
Ctx context.Context
3837
Action Action
3938
Pattern string
4039
Prefix string
@@ -46,7 +45,7 @@ type Options struct {
4645
Directories []string
4746
Always bool
4847
KeepV0 bool
49-
JSON bool
48+
JSON bool
5049
}
5150

5251
type VersionInfo struct {

0 commit comments

Comments
 (0)