Skip to content

lu4p/shred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc License Go Report Card

shred

Package shred is a golang library to mimic the functionality of the linux shred command

Usage

package main
import (
  "github.com/lu4p/shred"
)

func main(){
	shredconf := shred.Conf{Times: 1, Zeros: true, Remove: false}
	shredconf.Path("filename")
}

Installation

go get -u github.com/lu4p/shred 

About

This is a libary to mimic the functionallity of the linux shred command.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages