qrz/vendor/github.com/gobuffalo/packd
Paul Lecuq 36c5d6f2ed
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
large change on qrz
- web service with json support
- web page
- cron service to update database infos
2020-05-09 19:09:27 +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
go.mod large change on qrz 2020-05-09 19:09:27 +02:00
go.sum 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