Skip to content
/ walkup Public

pkg walkup - files and directories walk function going through parent directories recursively, written in Go

License

Notifications You must be signed in to change notification settings

Qs-F/walkup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkg walkup

Files and directories walk function going through parent directories recursively, written in Go.

This package is mainly used for finding the root package.json or go.mod file.

Installation

go get -u github.com/Qs-F/walkup

Usge

walkup.Walkup("./", ".hello", 0)
// returns []string of including file or directory names witch you seeked.

License

MIT

About

pkg walkup - files and directories walk function going through parent directories recursively, written in Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published