Versions in this module Expand all Collapse all v0 v0.9.2202 Apr 21, 2024 v0.8.2202 Apr 19, 2024 v0.7.2202 Apr 19, 2024retracted Changes in this version type EntryType + const EntrySentinelNonObj v0.6.2010 Oct 12, 2023 v0.5.208 Sep 10, 2023 v0.4.210-rc.2 Jun 30, 2023 v0.4.206 Jul 14, 2023 v0.3.205 Jun 10, 2023 v0.2.196 Feb 14, 2023 v0.2.3 Nov 6, 2022 v0.2.0 Oct 31, 2022 Changes in this version + const HeaderSize + func FormatHeader(arhdr []byte, name string, size int64) + func ReadHeader(b *bufio.Reader, name string) int + type Archive struct + Entries []Entry + func New(f *os.File) (*Archive, error) + func Parse(f *os.File, verbose bool) (*Archive, error) + func (a *Archive) AddEntry(typ EntryType, name string, mtime int64, uid, gid int, mode os.FileMode, ...) + func (a *Archive) File() *os.File + type Data struct + Offset int64 + Size int64 + type Entry struct + Gid int + Mode os.FileMode + Mtime int64 + Name string + Obj *GoObj + Type EntryType + Uid int + func (e *Entry) String() string + type EntryType int + const EntryGoObj + const EntryNativeObj + const EntryPkgDef + type ErrGoObjOtherVersion struct + func (e ErrGoObjOtherVersion) Error() string + type GoObj struct + Arch string + TextHeader []byte v0.1.0-go.1.18.5.beta.3 Aug 11, 2022 v0.1.0-go.1.18.5.beta.2 Aug 11, 2022