From d47bbf733e7a2a5ad745abb88c6505512a58fc68 Mon Sep 17 00:00:00 2001 From: Elazar Leibovich Date: Mon, 14 Jul 2014 06:50:09 +0300 Subject: [PATCH] refer to go-bindata-assetfs in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e94e50f..4819250 100644 --- a/README.md +++ b/README.md @@ -182,4 +182,8 @@ format is specified at build time with the appropriate tags. The tags are appended to a `// +build` line in the beginning of the output file and must follow the build tags syntax specified by the go tool. +### Related projects + +[go-bindata-assetfs](https://github.com/elazarl/go-bindata-assetfs#readme) - +implements `http.FileSystem` interface. Allows you to serve assets with `net/http`.