qrz/vendor/github.com/gobuffalo/packd
Paul Lecuq 8505630433
Some checks failed
continuous-integration/drone/push Build is failing
updated dependencies
2021-08-30 19:45:06 +02:00
..
internal/takeon/github.com/markbates/errx large change on qrz 2020-05-09 19:09:27 +02:00
.gitignore large change on qrz 2020-05-09 19:09:27 +02:00
file_info.go large change on qrz 2020-05-09 19:09:27 +02:00
file.go large change on qrz 2020-05-09 19:09:27 +02:00
interfaces.go large change on qrz 2020-05-09 19:09:27 +02:00
LICENSE large change on qrz 2020-05-09 19:09:27 +02:00
Makefile large change on qrz 2020-05-09 19:09:27 +02:00
map.go large change on qrz 2020-05-09 19:09:27 +02:00
memory_box.go large change on qrz 2020-05-09 19:09:27 +02:00
README.md large change on qrz 2020-05-09 19:09:27 +02:00
SHOULDERS.md large change on qrz 2020-05-09 19:09:27 +02:00
skip_walker.go large change on qrz 2020-05-09 19:09:27 +02:00
version.go large change on qrz 2020-05-09 19:09:27 +02: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