Skip to content

malicote/go-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Go-Tree

A basic tree implementation in golang.

Tested on OS X.

build: go build tree.go

usage:

$./tree .

|-- ./gowiki/
|   |-- .tree.go.swp
|   |-- MyPage.txt
|   |-- MyPages.txt
|   |-- TestPage.txt
|   |-- TestPages.txt
|   |-- edit.html
|   |-- gowiki/foo
|   |   |-- hello
|   |   |-- s_hello -> ../../hello/hello.go
|   |   |-- s_link -> ../../hello/
|   |-- tree
|   |-- view.html
|   |-- web_server
|   |-- web_server.go
|   |-- wiki
|   |-- wiki.go

About

Simple tree command implemented in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages