runc/vendor/github.com/mrunalp/fileutils
Alexander Morozov 993cbf9db0
move from Godeps to vndr
This uses the standard go vendor location instead of old Godeps
location.

Also remove usage of symlink GOPATH. Since our README mentions that you
should build it inside GOPATH, i think its a reasonable to assume that
you dont need to create a tmp GOPATH.

Signed-off-by: Daniel Dao <dqminh89@gmail.com>
2017-02-24 11:25:21 +00:00
..
LICENSE move from Godeps to vndr 2017-02-24 11:25:21 +00:00
README.md move from Godeps to vndr 2017-02-24 11:25:21 +00:00
fileutils.go move from Godeps to vndr 2017-02-24 11:25:21 +00:00
idtools.go move from Godeps to vndr 2017-02-24 11:25:21 +00:00

README.md

fileutils

Collection of utilities for file manipulation in golang

The library is based on docker pkg/archive but does copies instead of handling archive formats.