Skip to content
/ osutil Public
forked from zimmski/osutil

Additional functionality for Go's os package

License

Notifications You must be signed in to change notification settings

oberg-s/osutil

 
 

Repository files navigation

osutil GoDoc

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

Releases

No releases published

Packages

No packages published

Languages

  • Go 85.9%
  • Makefile 14.1%