All Projects → hajimehoshi → File2byteslice

hajimehoshi / File2byteslice

Licence: apache-2.0
A dead simple tool to embed a file to Go

Programming Languages

go
31211 projects - #10 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].