Skip to content

jniltinho/gozip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gozip

Create a self extracting executable by calling the Unzip func on its own binary.

Install

The gozip command can be used to add zipped content to your binary.

go get github.com/jniltinho/gozip

Usage

Usage of gozip:
package main
import ("github.com/jniltinho/gozip")

gozip.Unzip("filename.zip", "filename_folder")

About

Create self extracting executable zip files in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%