zimmski / osutil

Additional functionality for Go's os package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osutil GoDoc build

The os package of the std packages of Go does not support some functionality which is then implemented over and over again in a lot of projects. One example is to copy a file. This looks simple at first but is very complicated if everything has to be done right (e.g. permissions, ACLs, attributes, ...). osutil handles the simple cases which can be done right. If you have any ideas on how to improve this package or have problems of any kind with it, please submit an issue through the issue tracker.

About

Additional functionality for Go's os package

License:MIT License


Languages

Language:Go 98.1%Language:Makefile 1.3%Language:Shell 0.6%