containerd/archive
Daniel Nephin ee04cfa3f9 Add staticcheck linter
Fix issues with sync.Pool being passed an array and not a pointer.
See https://github.com/dominikh/go-tools/blob/master/cmd/staticcheck/docs/checks/SA6002

Add missing tests for content.Copy

Fix T.Fatal being called in a goroutine

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2017-11-28 13:05:30 -05:00
..
compression archive,cmd,images: clean up some code 2017-03-30 11:41:22 +03:00
tar_test.go Update files based on go lint 2017-10-02 10:15:28 -04:00
tar_unix.go Remove umask, replace with explicit chmod after create 2017-10-11 15:13:18 -07:00
tar_windows.go Remove umask, replace with explicit chmod after create 2017-10-11 15:13:18 -07:00
tar.go Add staticcheck linter 2017-11-28 13:05:30 -05:00
time_darwin.go Partial port to Darwin and FreeBSD 2017-05-04 18:11:53 +01:00
time_unix.go Add solaris build support 2017-08-07 12:40:21 -07:00
time_windows.go Switch from package syscall to golang.org/x/sys 2017-08-09 13:41:16 +02:00
time.go Add archive package 2017-02-17 11:49:58 -08:00