-
Notifications
You must be signed in to change notification settings - Fork 17.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/go/internal/web: remove a redundant return value
The URL return value from the fetch helper in web.get was always either the passed in URL (on success) or nil (on failure). Remove it to reduce code complexity. For #61877. Change-Id: I0ce4602b921d1c996aa988e7d3f83996511ccd72 Reviewed-on: https://go-review.googlesource.com/c/go/+/518016 Run-TryBot: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Michael Matloob <[email protected]> Auto-Submit: Bryan Mills <[email protected]>
- Loading branch information
Showing
1 changed file
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters