From d4b63381029b477d064d4c3ff38f4efb89ae950d Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 14 Aug 2016 17:51:34 +0900 Subject: Lint --- src/item.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/item.go') diff --git a/src/item.go b/src/item.go index 36f8c0ae..584dfd85 100644 --- a/src/item.go +++ b/src/item.go @@ -44,6 +44,7 @@ func buildEmptyRank(index int32) [5]int32 { return [5]int32{0, 0, 0, 0, index} } +// Index returns ordinal index of the Item func (item *Item) Index() int32 { return item.rank[4] } -- cgit v1.2.3