From 819b9a87b236b254601d598e7f55b973d4030556 Mon Sep 17 00:00:00 2001 From: Michael Wolber Date: Mon, 23 Mar 2020 10:18:14 +0100 Subject: [PATCH] Added Mule (https://github.com/wlbr/mule) (#2926) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8dcb4cd4..df708163 100644 --- a/README.md +++ b/README.md @@ -1418,6 +1418,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-embed](https://github.com/pyros2097/go-embed) - Generates go code to embed resource files into your library or executable. * [go-resources](https://github.com/omeid/go-resources) - Unfancy resources embedding with Go. * [go.rice](https://github.com/GeertJohan/go.rice) - go.rice is a Go package that makes working with resources such as html,js,css,images and templates very easy. +* [mule](https://github.com/wlbr/mule) - Embed external resources like images, movies ... into Go source code to create single file binaries using `go generate`. Focussed on simplicity. * [packr](https://github.com/gobuffalo/packr) - The simple and easy way to embed static files into Go binaries. * [statics](https://github.com/go-playground/statics) - Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks. * [statik](https://github.com/rakyll/statik) - Embeds static files into a Go executable.