Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felixge/genfs

WIP
https://github.com/felixge/genfs

Last synced: 3 days ago
JSON representation

WIP

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/felixge/genfs.svg?branch=master)](https://travis-ci.org/felixge/genfs)

# genfs

genfs is a command line tool and library that simplifies embedding static files
into Go binaries.

# License

MIT, see LICENSE.txt.

## Todo

* [ ] Don't output errors when getting broken pipe.
* [ ] Support multiple file arguments for cli
* [ ] Full http.FileSystem/POSIX compliance
* [ ] Docs
* [ ] Official Release
* [ ] Windows support