1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-12 04:23:03 +02:00
lazygit/pkg/commands/stash_entry.go
2020-03-28 11:59:45 +11:00

8 lines
104 B
Go

package commands
// StashEntry : A git stash entry
type StashEntry struct {
Index int
Name string
}