local-server/vendor/github.com/gobuffalo/packd
2018-11-13 14:44:15 +11:00
..
.gitignore feat: boot.img.lz4 2018-11-13 14:44:15 +11:00
.gometalinter.json feat: boot.img.lz4 2018-11-13 14:44:15 +11:00
.travis.yml feat: boot.img.lz4 2018-11-13 14:44:15 +11:00
file_info.go feat: boot.img.lz4 2018-11-13 14:44:15 +11:00
file.go feat: boot.img.lz4 2018-11-13 14:44:15 +11:00
go.mod feat: boot.img.lz4 2018-11-13 14:44:15 +11:00
go.sum feat: boot.img.lz4 2018-11-13 14:44:15 +11:00
interfaces.go feat: boot.img.lz4 2018-11-13 14:44:15 +11:00
LICENSE feat: boot.img.lz4 2018-11-13 14:44:15 +11:00
Makefile feat: boot.img.lz4 2018-11-13 14:44:15 +11:00
memory_box.go feat: boot.img.lz4 2018-11-13 14:44:15 +11:00
README.md feat: boot.img.lz4 2018-11-13 14:44:15 +11:00
version.go feat: boot.img.lz4 2018-11-13 14:44:15 +11: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