Registry / utility / dave-patsy

dave-patsy

JSON →
library0.0.0-20210517141501-957256f50cbagogounverified

Utility for converting Go package paths to filesystem directories and vice versa.

go get github.com/dave/patsy
INSTALL
IMPORT
SIG · DAVE-PATSY
D
dave-patsy
utilitygov0.0.0-20210517141501-957256f50cba
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.

patsy
github.com/dave/patsy

Converts a Go package path to its filesystem directory.

package main import ( "fmt" "github.com/dave/patsy" ) func main() { dir, err := patsy.Dir("github.com/dave/patsy") if err != nil { panic(err) } fmt.Println(dir) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210517141501-957256f50cbalatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
dave-patsy — go get dave-patsy · libregistry