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

dim13/file2go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a36650 · Feb 27, 2021

History

8 Commits
Jun 29, 2020
May 18, 2018
Jan 10, 2018
Feb 27, 2021
Jun 16, 2019
Jan 10, 2018
May 1, 2020

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.