DEBSOURCES
Skip Quicknav
sources / lazygit / 0.57.0%2Bds1-1 / pkg / gui / types / ref_range.go
12345678
package types import "github.com/jesseduffield/lazygit/pkg/commands/models" type RefRange struct { From models.Ref To models.Ref }