Skip to content
/ paxtar Public

Copy of Go's pkg/tar library that adds a function for creating a Writer with preferPax set to true

License

Notifications You must be signed in to change notification settings

nmiyake/paxtar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e5f83c1 · Oct 29, 2016

History

5 Commits
Oct 29, 2016
Oct 27, 2016
Oct 27, 2016
Oct 29, 2016
Oct 29, 2016
Oct 27, 2016
Oct 29, 2016
Oct 29, 2016
Oct 29, 2016
Oct 27, 2016
Oct 27, 2016
Oct 27, 2016
Oct 27, 2016
Oct 27, 2016
Oct 29, 2016
Oct 29, 2016
Oct 29, 2016
Oct 29, 2016

Repository files navigation

paxtar

paxtar is a copy of Go's archive/tar package from Go 1.7.3. The only difference is the addition of the NewPaxWriter function to writer.go. This function can be used to create a Writer that always prefers using PAX headers. Although the PAX standard is slightly less compatible (defined in 2001), it is still widely used, and always using PAX headers resolves issues such as golang/go#17630.

About

Copy of Go's pkg/tar library that adds a function for creating a Writer with preferPax set to true

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages