From b189446b2c06f03ba9c0f118f16dde9c939c7a13 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Fri, 6 Jan 2017 14:01:45 -0800 Subject: [PATCH] Add rakyll/statik --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9afd22fe..910a5fe2 100644 --- a/README.md +++ b/README.md @@ -792,6 +792,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. * [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 * [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem.