dip/vendor/github.com/gobuffalo/packd
2020-01-19 17:30:10 +01:00
..
internal/takeon/github.com/markbates/errx various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
.gitignore various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
.gometalinter.json various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
azure-pipelines.yml various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
azure-tests.yml various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
file_info.go various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
file.go various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
go.mod various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
go.sum various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
interfaces.go various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
LICENSE various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
Makefile various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
map.go various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
memory_box.go various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
README.md various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
SHOULDERS.md various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
skip_walker.go various updates (embed templates). already WIP 2020-01-19 17:30:10 +01:00
version.go various updates (embed templates). already WIP 2020-01-19 17:30:10 +01: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