mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-12 03:34:51 +00:00
Moves vendoring over to Go modules. Fixes issues found by Go Vet in Go 1.16 Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
5 lines
105 B
Go
Vendored
5 lines
105 B
Go
Vendored
// +build !windows
|
|
// This file only exists to allow go get on non-Windows platforms.
|
|
|
|
package backuptar
|