Merge pull request #40 from elazarl/patch-1

Refer to go-bindata-assetfs in README
pull/4/head
jimt 2014-07-14 11:06:04 +02:00
commit c3d7350481
1 changed files with 4 additions and 0 deletions

View File

@ -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 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. 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`.