From 992448a71b50f37b8c8f1dc582a5276c22ead4b1 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Tue, 5 Nov 2019 15:21:12 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1040189..19124e0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [`github.com/markbates/pkger`](https://godoc.org/github.com/markbates/pkger) is a tool for embedding static files into Go binaries. It will, hopefully, be a replacement for [`github.com/gobuffalo/packr/v2`](https://godoc.org/github.com/gobuffalo/packr/v2). + + ## How it Works Pkger is powered by the dark magic of Go Modules, so they're like, totally required.