mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-21 14:20:40 -04:00
10 lines
114 B
Go
10 lines
114 B
Go
|
|
// +build !go1.10
|
||
|
|
|
||
|
|
package compress
|
||
|
|
|
||
|
|
import "archive/tar"
|
||
|
|
|
||
|
|
func setHeaderFormat(header *tar.Header) {
|
||
|
|
// no-op
|
||
|
|
}
|