Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 676 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 676 Bytes

Build Status Go Report Card codecov

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.