From 21e03123128f477018e300629490ef01339854b0 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Tue, 23 Jun 2015 00:39:49 -0700 Subject: [PATCH] Add vfsgen, generates a vfsdata.go file that statically implements the given virtual filesystem. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89b8388d..67ec6a4f 100644 --- a/README.md +++ b/README.md @@ -532,6 +532,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-bindata](https://github.com/jteeuwen/go-bindata) - Package that converts any file into managable Go source code. * [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. +* [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem. ## Science and Data Analysis