DescriptionMake goinstall work with main packages.
Currently to install a command, you have to manually
goinstall each of the remote packages that it depends on.
This patch lets goinstall P work where P is
contains files in package main.
It does not actually build the package, but
it installs all of its dependencies and prints a message
to that effect.
Patch Set 1 #Patch Set 2 : code review 1301043: Make goinstall work with main packages. #Patch Set 3 : code review 1301043: Make goinstall work with main packages. #
Total comments: 6
Patch Set 4 : code review 1301043: Make goinstall work with main packages. #Patch Set 5 : code review 1301043: Make goinstall work with main packages. #
MessagesTotal messages: 8
|