| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#32123.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The debugger can't jump back to this point, so we don't have to worry
about this code executing twice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#32031.
|
|
|
|
This introduces a new GoResource category of resource. GoResources
have a specialized stage method which allows a resource to stage
itself into a gopath.
The new Go language module provides a one-liner to stage all
GoResources present in the formula.
|
|
This is useful to be able to write go resources using their package
name as the resource name
|
|
|
|
Closes Homebrew/homebrew#30630.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#29121.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|