Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T07:57:05.000Z (about 2 years ago)
- Last Synced: 2024-06-18T21:42:00.815Z (7 months ago)
- Topics: go, golang, package, package-helper, packages
- Language: Go
- Size: 23.4 KB
- Stars: 2
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/dave/patsy.svg?branch=master)](https://travis-ci.org/dave/patsy) [![Go Report Card](https://goreportcard.com/badge/github.com/dave/patsy)](https://goreportcard.com/report/github.com/dave/patsy) [![codecov](https://codecov.io/gh/dave/patsy/branch/master/graph/badge.svg)](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.