Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.
/ file2go Public archive

Dead-simple file embedding tool for Go

License

Notifications You must be signed in to change notification settings

dim13/file2go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file2go

Dead-simple file embedding tool for Go similar to file2c.

Deprecated by embed package.

Install

go get github.com/dim13/file2go

Usage

//go:generate file2go -in <filename>

See testdata for example.