https://github.com/dave/patsy
Patsy is a package helper for Go.
https://github.com/dave/patsy
go golang package package-helper packages
Last synced: about 1 year ago
JSON representation
Patsy is a package helper for Go.
- Host: GitHub
- URL: https://github.com/dave/patsy
- Owner: dave
- License: mit
- Created: 2017-03-17T07:59:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T07:57:05.000Z (over 3 years ago)
- Last Synced: 2025-03-25T06:23:41.063Z (over 1 year ago)
- Topics: go, golang, package, package-helper, packages
- Language: Go
- Size: 23.4 KB
- Stars: 4
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/dave/patsy) [](https://goreportcard.com/report/github.com/dave/patsy) [](https://codecov.io/gh/dave/patsy)
# Patsy
Patsy is a package helper for Go.
# Dir
Dir returns the filesystem path for the directory corresponding to the go
package path provided.
# Path
Path returns the go package path corresponding to the filesystem directory
provided.
# Cache
NewCache returns a new *Cache, allowing cached access to patsy utility
functions.