瀏覽代碼

Merge pull request #815 from Morganamilo/fix#812

Fix each iota not starting at 0
Anna 6 年之前
父節點
當前提交
91cf1e27a1
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      config.go

+ 4 - 0
config.go

@@ -18,11 +18,15 @@ const (
 	numberMenu = iota
 	detailed
 	minimal
+)
 
+const (
 	// Describes Sorting method for numberdisplay
 	bottomUp = iota
 	topDown
+)
 
+const (
 	modeAUR targetMode = iota
 	modeRepo
 	modeAny