mirror of
https://github.com/mudler/luet.git
synced 2025-09-06 01:30:29 +00:00
Switch to go mod
This commit is contained in:
11
vendor/github.com/fsouza/go-dockerclient/internal/archive/archive_other.go
generated
vendored
Normal file
11
vendor/github.com/fsouza/go-dockerclient/internal/archive/archive_other.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2014 Docker authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the DOCKER-LICENSE file.
|
||||
|
||||
// +build !linux
|
||||
|
||||
package archive
|
||||
|
||||
func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user