-
Notifications
You must be signed in to change notification settings - Fork 18.1k
net/url: simplify values Get #58662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net/url: simplify values Get #58662
Conversation
This PR (HEAD: 2578fd4) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/470736 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/470736. |
This PR (HEAD: 03fc233) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/470736 to see it. Tip: You can toggle comments from me using the |
Message from Mateusz Poliwczak: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/470736. |
Message from Ian Lance Taylor: Patch Set 2: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/470736. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/470736. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/470736. |
Message from Ian Lance Taylor: Patch Set 2: Auto-Submit+1 Code-Review+2 Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/470736. |
Checking if v == nil is unnecessary, nil map always return the zero value of the value type. Change-Id: I9c5499bc7db72c4c62e02013ba7f9a6ee4795c09 GitHub-Last-Rev: 03fc233 GitHub-Pull-Request: #58662 Reviewed-on: https://go-review.googlesource.com/c/go/+/470736 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Than McIntosh <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
This PR is being closed because golang.org/cl/470736 has been merged. |
Checking if v == nil is unnecessary, nil map always return the zero value of the value type.