Registry / utility / integralist-go-findroot

integralist-go-findroot

JSON →
library0.0.0-20160518114804-ac90681525dcgogounverified

A Go library to find the root directory of a project by searching for a marker file.

go get github.com/integralist/go-findroot
INSTALL
IMPORT
SIG · INTEGRALIST-GO-FIN
I
integralist-go-findroot
utilitygov0.0.0-20160518114804-ac90681525dc
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

findroot
github.com/integralist/go-findroot

Find the project root directory using findroot.

package main import ( "fmt" "github.com/integralist/go-findroot" ) func main() { root, err := findroot.Find() if err != nil { panic(err) } fmt.Println(root) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160518114804-ac90681525dclatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
integralist-go-findroot — go get integralist-go-findroot · libregistry