You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/vendor/github.com/gobuffalo/packd
李光春 6ed4ff2ca6
update
2 years ago
..
internal/takeon/github.com/markbates/errx update 2 years ago
.gitignore update 2 years ago
.gometalinter.json update 2 years ago
LICENSE update 2 years ago
Makefile update 2 years ago
README.md update 2 years ago
SHOULDERS.md update 2 years ago
azure-pipelines.yml update 2 years ago
azure-tests.yml update 2 years ago
file.go update 2 years ago
file_info.go update 2 years ago
interfaces.go update 2 years ago
map.go update 2 years ago
memory_box.go update 2 years ago
skip_walker.go update 2 years ago
version.go update 2 years ago

README.md

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