Skip to content

cmd/go: no way to rebuild all of $GOPATH #8290

Closed
@rsc

Description

@rsc
After updating to a new Go release, there is no way to rebuild all your code. 

cd $GOPATH/src
go build -a ./...

is the obvious answer, but the -a tries to reinstall the standard library too.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions