Documentation ¶
Overview ¶
asm builds a single .s file with "go tool asm". 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.
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.
Click to show internal directories.
Click to hide internal directories.