Skip to content
/ cdup Public

A Go module to search path ancestors for a file or directory

License

Notifications You must be signed in to change notification settings

josharian/cdup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package cdup implements searching for a file (or directory) in all parents of a given directory. This frequently comes up for files whose presence marks all subdirectories as part of a coherent whole, such as go.mod for Go modules or .git for git repositories.

MIT license.

About

A Go module to search path ancestors for a file or directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages