Sign in
third-party-mirror
/
hashicorp
/
packer
/
555dfb136f7176d793b8ede3d7e0a4512bb526aa
/
.
/
v1.9.4
/
post-processor
/
compress
/
tar_fix.go
blob: ad58cb18fa9fed2c3221f54afb2c64493a7cd893 [
file
] [
log
] [
blame
]
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//go:build !go1.10
// +build !go1.10
package compress
import "archive/tar"
func setHeaderFormat(header *tar.Header) {
// no-op
}