浏览代码

Fix each iota not starting at 0

morganamilo 6 年之前
父节点
当前提交
556a76c38d
共有 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