Explorar o código

Merge pull request #815 from Morganamilo/fix#812

Fix each iota not starting at 0
Anna %!s(int64=6) %!d(string=hai) anos
pai
achega
91cf1e27a1
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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