github.com/hashicorp/packer@v1.14.3/post-processor/compress/tar_fix.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: BUSL-1.1 3 4 //go:build !go1.10 5 // +build !go1.10 6 7 package compress 8 9 import "archive/tar" 10 11 func setHeaderFormat(header *tar.Header) { 12 // no-op 13 }