containerd/snapshot/testsuite/testsuite_windows.go
Derek McGowan dfce91854e
Update travis to run make build
Ensure all packages can be built, even those not yet imported by binaries.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2017-05-31 13:35:03 -07:00

6 lines
65 B
Go

package testsuite
func clearMask() func() {
return func() {}
}