Russ Cox

Results 790 comments of Russ Cox

This proposal has been added to the [active column](https://golang.org/s/proposal-status#active) of the proposals project and will now be reviewed at the weekly proposal review meetings. — rsc for the proposal review...

It sounds like @mvdan and @bcmills have some hesitation around the fact that these pseudo-versions would not correspond to any publicly available version, even though they _look_ like those. That...

> The new build vcs metadata only helps identify the main module. Adding vcs metadata for all local modules seems valuable and not currently supported. This may be true, but...

@bcmills can you summarize the arguments for and against doing this?

This proposal has been added to the [active column](https://go.dev/s/proposal-status#active) of the proposals project and will now be reviewed at the weekly proposal review meetings. — rsc for the proposal review...

go doc -http should open the browser (we have other go tools that do that). and it should print the URL and block until you get a ^C. it would...

Have all remaining concerns about this proposal been addressed? The proposal is to add `go doc -http`, which will start a server and attempt to open a browser window on...

Based on the discussion above, this proposal seems like a **[likely accept](https://go.dev/s/proposal-status#likely-accept)**. — rsc for the proposal review group The proposal is to add `go doc -http`, which will start...

No change in consensus, so **[accepted](https://go.dev/s/proposal-status#accepted)**. 🎉 This issue now tracks the work of implementing the proposal. — rsc for the proposal review group The proposal is to add `go...