paultag / go-debian

debian golang support library
https://pault.ag/go/debian
Other
81 stars 33 forks source link

deb: fix ArEntry.FileMode #127

Open oliverpool opened 1 year ago

oliverpool commented 1 year ago

Hi,

currently the FileMode of ArEntry contains the size (and not the filemode).

This PR fixes this (with an added test).