Registry / utility / termie-go-shutil

termie-go-shutil

JSON →
library0.0.0-20140729215957-bcacb06fecaegogounverified

go-shutil provides shell utility functions like copy, move, and remove for files and directories.

go get github.com/termie/go-shutil
INSTALL
IMPORT
SIG · TERMIE-GO-SHUTIL
T
termie-go-shutil
utilitygov0.0.0-20140729215957-bcacb06fecae
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

shutil
github.com/termie/go-shutil

Copies a file from source to destination.

package main import ( "github.com/termie/go-shutil" ) func main() { shutil.CopyFile("src.txt", "dst.txt", false) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20140729215957-bcacb06fecaelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
termie-go-shutil — go get termie-go-shutil · libregistry