Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixge/genfs
WIP
https://github.com/felixge/genfs
Last synced: 3 days ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/felixge/genfs
- Owner: felixge
- License: mit
- Created: 2016-04-01T13:52:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T05:48:06.000Z (over 8 years ago)
- Last Synced: 2024-12-18T05:44:04.711Z (7 days ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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