From 9a9d8d6275030c279ca9adfd1bc37c2bbac5a6fc Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Tue, 5 Nov 2019 15:22:08 -0500 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 19124e0..1040189 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [`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.