Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

hajimehoshi/file2byteslice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file2byteslice

A dead simple tool to embed a file to Go.

Usage of file2byteslice:
  -buildtags string
        build tags
  -compress
        use gzip compression
  -input string
        input filename
  -output string
        output filename
  -package string
        package name (default "main")
  -var string
        variable name (default "_")

How to use

file2byteslice -input INPUT_FILE -output OUTPUT_FILE -package PACKAGE_NAME -var VARIABLE_NAME

About

A dead simple tool to embed a file to Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages