Skip to content

JakobSachs/gotree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages