Skip to content

Files

This branch is up to date with campoy/justforfunc:master.

35-tree

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 12, 2018
Jun 12, 2018

Implementing the tree command from scratch

Let's go back to basics and implement a well known command using only what the standard library provides.

We'll discover the path/filepath package with its Walk function, but also os.Stat, os.FileInfo, and much more.

It might seem simple, but there's lots to learn!