Skip to content

jniltinho/golp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoLP

Tools and Lib for DevOps and Sysadmin (www.linuxpro.com.br -> LP)

Install

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

go get github.com/jniltinho/golp

Usage lib for Unzip File

Usage of gozip:
package main

import (
    "github.com/jniltinho/golp/gozip"
)


func main() {

	println("Create Gzip File ....")
	gozip.Gzip("/home/linuxpro/source_file.pdf")
	
	println("Unzip File Zip ....")
	gozip.Unzip("filename.zip", "filename_folder")

}

Tools and Libs

About

Tools and Lib for DevOps and Sysadmin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages