Categorygithub.com/jeanfric/goembed
repositorypackage
0.0.0-20150102173004-6e25e9e10085
Repository: https://github.com/jeanfric/goembed.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

goembed

goembed is a static asset embedder to use with go generate, introduced in Go 1.4 (https://blog.golang.org/go1.4).

For more information about the goembed command, see http://godoc.org/github.com/jeanfric/goembed/cmd/goembed.

See Also

Assets generated by goembed can be used directly with package github.com/jeanfric/embedfs, which provides an http.FileSystem implementation backed by a map[string]string.

For more information, see https://github.com/jeanfric/embedfs.