gitlab.com/evatix-go/core@v1.3.55/keymk/Range.go (about) 1 package keymk 2 3 type Range struct { 4 Start, End int 5 }