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

Files

Latest commit

5a36650 · Feb 27, 2021

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.