Skip to content

lithictech/osutil

 
 

Repository files navigation

osutil GoDoc Build Status Coverage Status

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 82.5%
  • Makefile 10.8%
  • Shell 6.7%