mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-04 06:21:46 -05:00
10 lines
113 B
Go
10 lines
113 B
Go
|
|
// +build !go1.10
|
||
|
|
|
||
|
|
package vagrant
|
||
|
|
|
||
|
|
import "archive/tar"
|
||
|
|
|
||
|
|
func setHeaderFormat(header *tar.Header) {
|
||
|
|
// no-op
|
||
|
|
}
|