Bläddra i källkod

Fix each iota not starting at 0

morganamilo 6 år sedan
förälder
incheckning
556a76c38d
1 ändrade filer med 4 tillägg och 0 borttagningar
  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