ar

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(arfile string, objs []string) error

Create creates an arcive for static linking from a list of object files given as a parameter. It is equivalent to the following command:

ar -rcs <archivePath> <objs...>

func Make

func Make(arfile io.WriteSeeker, objs []string) error

Make creates an arcive for static linking from a list of object files given as a parameter. It is equivalent to the following command:

ar -rcs <archivePath> <objs...>

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL