Documentation ¶ Overview ¶ Package ar provides an ar file archiver. Index ¶ func Create(srcs []string, out string, combine, rename bool) error func Find() ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Create ¶ func Create(srcs []string, out string, combine, rename bool) error Create creates a new ar archive from the given sources. If combine is true they are treated as existing ar files and combined. If rename is true the srcs are renamed as gcc would (i.e. the extension is replaced by .o). func Find ¶ func Find() ([]string, error) Find finds all the .a files under the current directory and returns their names. Types ¶ This section is empty. Source Files ¶ View all Source files ar.go Click to show internal directories. Click to hide internal directories.