Documentation ¶
Overview ¶
asm builds a single .s file with "go tool asm". It is invoked by the Go rules as an action.
cgo invokes "go tool cgo" after filtering souces, and then process the output into a normalised form. It is invoked by the Go rules as an action.
compile compiles .go files with "go tool compile". It is invoked by the Go rules as an action.
embed generates a .go file from the contents of a list of data files. It is invoked by go_embed_data as an action.
tags takes a list of go source files and does tag filtering on them.
link combines the results of a compile step using "go tool link". It is invoked by the Go rules as an action.
md5sum replicates the equivalent functionality of the unix tool of the same name.