https://github.com/gobuffalo/packd
gobuffalo/packr interfaces
https://github.com/gobuffalo/packd
build go gobuffalo golang packr
Last synced: 11 months ago
JSON representation
gobuffalo/packr interfaces
- Host: GitHub
- URL: https://github.com/gobuffalo/packd
- Owner: gobuffalo
- License: mit
- Created: 2018-10-27T12:43:11.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T04:40:28.000Z (almost 4 years ago)
- Last Synced: 2025-07-07T19:21:37.641Z (about 1 year ago)
- Topics: build, go, gobuffalo, golang, packr
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 9
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# github.com/gobuffalo/packd
This is a collection of interfaces designed to make using [github.com/gobuffalo/packr](https://github.com/gobuffalo/packr) easier, and to make the transition between v1 and v2 as seamless as possible.
They can, and should, be used for testing, alternate Box implementations, etc...
## Installation
```bash
$ go get -u -v github.com/gobuffalo/packd
```
## Memory Box
The [`packd#MemoryBox`](https://godoc.org/github.com/gobuffalo/packd#MemoryBox) is a complete, thread-safe, implementation of [`packd#Box`](https://godoc.org/github.com/gobuffalo/packd#Box)