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

Latest commit

 

History

History
16 lines (9 loc) · 325 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 325 Bytes

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.