lp

package module
v0.0.0-...-aca48a9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2016 License: MIT Imports: 4 Imported by: 0

README

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetIni

func GetIni(inifile, section, name string) string

func GoQueryGet

func GoQueryGet(url, find1, find2 string) string

func LogToFile

func LogToFile(logfile, msg string, verbose bool)

Types

This section is empty.

Directories

Path Synopsis
Package ini provides INI file read and write functionality in Go.
Package ini provides INI file read and write functionality in Go.
Package easyssh provides a simple implementation of some SSH protocol features in Go.
Package easyssh provides a simple implementation of some SSH protocol features in Go.
Package ini provides functions for parsing INI configuration files.
Package ini provides functions for parsing INI configuration files.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL