Browse Source

Use NastroConvogliatore in main.

Blallo 5 years ago
parent
commit
4dc8e924e0
1 changed files with 3 additions and 2 deletions
  1. 3 2
      main.go

+ 3 - 2
main.go

@@ -13,6 +13,7 @@ func main() {
 	flag.BoolVar(&debug, "debug", false, "Toggle debug messages.")
 	flag.Parse()
 	sizer.Debug = debug
-	rootINode := sizer.NewINode(sizer.FileTypes["dir"], 0, path)
-	rootINode.Sizer()
+	// rootINode := sizer.NewINode(sizer.FileTypes["dir"], 0, path)
+	// rootINode.Sizer()
+	sizer.NastroConvogliatore(path)
 }