DEV Community

Discussion on: List files in a directory using Golang

Collapse
 
juancarlospaco profile image
Juan Carlos

But in the first solution you included Logging,
its not fair with the other 2 solutions as is doing extra stuff.

import os
for i in walkDir".": echo i
Enter fullscreen mode Exit fullscreen mode

My Nim solution :)