mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-22 08:20:39 +00:00
refactor: fix lint staticcheck SA9004
This commit is contained in:
parent
5993f00757
commit
6fd31b9aa0
@ -48,8 +48,8 @@ type LogRangeType string
|
|||||||
// constants for log range type.
|
// constants for log range type.
|
||||||
const (
|
const (
|
||||||
TagRange LogRangeType = "tag"
|
TagRange LogRangeType = "tag"
|
||||||
DateRange = "date"
|
DateRange LogRangeType = "date"
|
||||||
HashRange = "hash"
|
HashRange LogRangeType = "hash"
|
||||||
)
|
)
|
||||||
|
|
||||||
// LogRange git log range.
|
// LogRange git log range.
|
||||||
|
Loading…
Reference in New Issue
Block a user