stash/vendor/github.com/gobuffalo/packd
capnrowdy 404eaa32d2
Changes to Default Performer Images (for Accessibility) (#1489)
* Changes to support custom URL paths
* Refactor image resolver code
* Initialise box files at startup
* Update packr

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2021-08-10 13:51:31 +10:00
..
internal/takeon/github.com/markbates/errx Changes to Default Performer Images (for Accessibility) (#1489) 2021-08-10 13:51:31 +10:00
.gitignore Changes to Default Performer Images (for Accessibility) (#1489) 2021-08-10 13:51:31 +10:00
file.go Changes to Default Performer Images (for Accessibility) (#1489) 2021-08-10 13:51:31 +10:00
file_info.go Initial commit 2019-02-09 04:32:50 -08:00
go.mod Changes to Default Performer Images (for Accessibility) (#1489) 2021-08-10 13:51:31 +10:00
go.sum Changes to Default Performer Images (for Accessibility) (#1489) 2021-08-10 13:51:31 +10:00
interfaces.go Initial commit 2019-02-09 04:32:50 -08:00
LICENSE Changes to Default Performer Images (for Accessibility) (#1489) 2021-08-10 13:51:31 +10:00
Makefile Changes to Default Performer Images (for Accessibility) (#1489) 2021-08-10 13:51:31 +10:00
map.go Changes to Default Performer Images (for Accessibility) (#1489) 2021-08-10 13:51:31 +10:00
memory_box.go Changes to Default Performer Images (for Accessibility) (#1489) 2021-08-10 13:51:31 +10:00
README.md Initial commit 2019-02-09 04:32:50 -08:00
SHOULDERS.md Changes to Default Performer Images (for Accessibility) (#1489) 2021-08-10 13:51:31 +10:00
skip_walker.go Changes to Default Performer Images (for Accessibility) (#1489) 2021-08-10 13:51:31 +10:00
version.go Changes to Default Performer Images (for Accessibility) (#1489) 2021-08-10 13:51:31 +10:00

GoDoc Build Status Go Report Card

github.com/gobuffalo/packd

This is a collection of interfaces designed to make using 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

$ go get -u -v github.com/gobuffalo/packd

Memory Box

The packd#MemoryBox is a complete, thread-safe, implementation of packd#Box