Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

gotree

A small exercise in Go. Prints contents of a directory recursively in the same manner as tree does.

Installation

Clone the repo:

git clone https://github.com/JakobSachs/gotree
cd gotree

Build:

go get JakobSachs/gotree
go build

and run:

./gotree 

(Alternatively you can also just run directly via go run gotree.go)

Options

Sofar only the only option is the depth of the file system tree to be printed:

./gotree -level 5 ~

About

A small exercise in Go

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages