Files
Packer-Cn/post-processor/vagrant/tar_fix.go
T

10 lines
113 B
Go
Raw Normal View History

2018-03-29 14:21:54 -07:00
// +build !go1.10
package vagrant
import "archive/tar"
func setHeaderFormat(header *tar.Header) {
// no-op
}