Versions in this module Expand all Collapse all v0 v0.8.0 Aug 18, 2015 v0.8.0-rc1 Aug 14, 2015 v0.7.0 Jul 10, 2015 Changes in this version + func Lgetxattr(path string, attr string) ([]byte, error) + func Lsetxattr(path string, attr string, data []byte, flags int) error v0.6.1 Jun 17, 2015 Changes in this version + func CopyTree(src, dest string) error + func LUtimesNano(path string, ts []syscall.Timespec) error + func TimeToTimespec(time time.Time) (ts syscall.Timespec)