Categorygithub.com/urandom/embed
modulepackage
0.0.0-20170808163453-edcd0ba12cd1
Repository: https://github.com/urandom/embed.git
Documentation: pkg.go.dev

# README

embed Build Status GoDoc

Embedding files into Go programs

Synopsis

Embed provides an http.FileSystem implementation. The FileSystem allows arbitrary file data to be added to it, and optionally fall back to the operating system when a requested named file isn't found.

An embed command is provided for easy insertion of data into the FileSystem. It generates a Go file that includes the contents of all files or directories passed to it. It also supports directory recursion view the '/...' suffix.

# Packages

No description provided by the author
The filesystem package provides an http.FileSystem implementation that may contain file data not present in the host operating system.