2023-03-02 15:37:05 -05:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
2023-08-10 15:53:29 -07:00
|
|
|
// SPDX-License-Identifier: BUSL-1.1
|
2023-03-02 15:37:05 -05:00
|
|
|
|
2021-09-02 12:15:13 +02:00
|
|
|
//go:build !go1.10
|
2018-03-29 22:50:58 -05:00
|
|
|
// +build !go1.10
|
|
|
|
|
|
|
|
|
|
package compress
|
|
|
|
|
|
|
|
|
|
import "archive/tar"
|
|
|
|
|
|
|
|
|
|
func setHeaderFormat(header *tar.Header) {
|
|
|
|
|
// no-op
|
|
|
|
|
}
|