-
Notifications
You must be signed in to change notification settings - Fork 18.1k
net/url: add JoinPath, URL.JoinPath #50383
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
Conversation
This PR (HEAD: 41a5d34) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/374654 to see it. Tip: You can toggle comments from me using the |
41a5d34
to
5a67f0e
Compare
This PR (HEAD: 5a67f0e) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/374654 to see it. Tip: You can toggle comments from me using the |
Message from Russ Cox: Patch Set 2: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Gopher Robot: Patch Set 2: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Carl Johnson: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Russ Cox: Patch Set 3: Patch Set 2 was rebased Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Russ Cox: Patch Set 3: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Gopher Robot: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Russ Cox: Patch Set 3: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Gopher Robot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
This PR (HEAD: 565ccd0) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/374654 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 1910d66) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/374654 to see it. Tip: You can toggle comments from me using the |
Message from Carl Johnson: Patch Set 3: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Russ Cox: Patch Set 5: (7 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
This PR (HEAD: c06c3ce) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/374654 to see it. Tip: You can toggle comments from me using the |
Message from Carl Johnson: Patch Set 5: (6 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Russ Cox: Patch Set 6: Run-TryBot+1 Auto-Submit+1 Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Gopher Robot: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Gopher Robot: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Gopher Robot: Patch Set 6: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Carl Johnson: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
concatenates baseUrl and the elements Fixes golang#47005 Change-Id: I71d638be9d451435dddf135091d8b1db54d174fd
c06c3ce
to
51b7350
Compare
This PR (HEAD: 51b7350) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/374654 to see it. Tip: You can toggle comments from me using the |
Message from Russ Cox: Patch Set 8: Patch Set 7 was rebased Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Russ Cox: Patch Set 8: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Russ Cox: Patch Set 8: Auto-Submit+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Ian Lance Taylor: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Ian Lance Taylor: Patch Set 8: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Damien Neil: Patch Set 8: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Ian Lance Taylor: Patch Set 8: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Message from Gopher Robot: Patch Set 8: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/374654. |
Builds on CL 332209. Fixes #47005 Change-Id: I82708dede05d79a196ca63f5a4e7cb5ac9a041ea GitHub-Last-Rev: 51b7350 GitHub-Pull-Request: #50383 Reviewed-on: https://go-review.googlesource.com/c/go/+/374654 Reviewed-by: Russ Cox <[email protected]> Auto-Submit: Russ Cox <[email protected]> Trust: Ian Lance Taylor <[email protected]> Reviewed-by: Damien Neil <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
This PR is being closed because golang.org/cl/374654 has been merged. |
Builds on CL 332209.
Fixes #47005