stash/vendor/github.com/gobuffalo/packd
kermieisinthehouse 265d5f4c70
Apple Silicon Support, Bump Go to 1.17, refactor docker/build/x86_64/Dockerfile (#1646)
* Bump Go to 1.17, refactor build/x86_64 Dockerfile to make better use of multi-stage
* Bump to 1.17 from 1.16
* Bump packr version, provide needed legacy env var
* Add apple silicon support, fix macos build chain
* Update unused travis ci
2021-09-08 15:30:15 +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
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