Skip to content

crazy2be/osutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OS Utility Package

Utility functions for functionality you would expect to find in the os package, such as running programs and testing if files exist. Most of the program running functions are deprecaiated now that the exec package has been updated in the latest weekly.

Getting Started

Install:

goinstall github.com/crazy2be/osutil

Import:

import "github.com/crazy2be/osutil"

Use:

osutil.WaitRun("cp", []string{"-r", "foo", "bar"})

Functions

Full function reference is available at http://gopkgdoc.appspot.com/pkg/github.com/crazy2be/osutil.

About

Utility functions for things you might expect to find in the os package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages