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

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dim13 committed Jun 29, 2020
1 parent bee6ac2 commit 07ea9d1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# file2go

[![Build](https://github.com/dim13/file2go/workflows/build/badge.svg)](https://github.com/dim13/file2go/actions)

Dead-simple file embedding tool for Go
Dead-simple file embedding tool for Go similar to
[file2c](https://man.openbsd.org/OpenBSD-5.5/man1/file2c.1).

## Install

go get github.com/dim13/file2go
go get github.com/dim13/file2go

## Usage

//go:generate file2go -in <filename>
//go:generate file2go -in <filename>

See [testdata](testdata) for example.

0 comments on commit 07ea9d1

Please sign in to comment.