-
Notifications
You must be signed in to change notification settings - Fork 2.3k
gopls/doc: clarify go work use
#409
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: 5a41c78) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/441415 to see it. Tip: You can toggle comments from me using the |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Robert Findley: Patch Set 1: Code-Review+2 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Robert Findley: Patch Set 1: -Code-Review Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Robert Findley: Patch Set 1: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from kokoro: Patch Set 1: Kokoro presubmit build starting for golang/tools/gopls-legacy/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from kokoro: Patch Set 1: gopls-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Robert Findley: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Gopher Robot: Patch Set 1: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Angus Dippenaar: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Robert Findley: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
5a41c78
to
9ef2018
Compare
This PR (HEAD: 9ef2018) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/441415 to see it. Tip: You can toggle comments from me using the |
9ef2018
to
cfd04a1
Compare
This PR (HEAD: cfd04a1) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/441415 to see it. Tip: You can toggle comments from me using the |
Message from kokoro: Patch Set 2: Kokoro presubmit build starting for golang/tools/gopls-legacy/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Angus Dippenaar: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from kokoro: Patch Set 2: gopls-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Robert Findley: Patch Set 3: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
cfd04a1
to
2745ee5
Compare
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from kokoro: Patch Set 3: Kokoro presubmit build starting for golang/tools/gopls-legacy/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
This PR (HEAD: 2745ee5) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/441415 to see it. Tip: You can toggle comments from me using the |
Message from Gopher Robot: Patch Set 3: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from kokoro: Patch Set 3: gopls-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Robert Findley: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
2745ee5
to
eb7dcb0
Compare
eb7dcb0
to
49e125d
Compare
This PR (HEAD: 49e125d) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/441415 to see it. Tip: You can toggle comments from me using the |
Message from Angus Dippenaar: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Robert Findley: Patch Set 5: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Gopher Robot: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from kokoro: Patch Set 5: Kokoro presubmit build starting for golang/tools/gopls-legacy/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from kokoro: Patch Set 5: gopls-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
Message from Gopher Robot: Patch Set 5: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/441415. |
I felt a bit confused on my first reading of the docs for using `go work`. It wasn't clear to me if the `tools` argument in `go work use tools tools/gopls` was an alias or a directory name, so I thought this might make it very clear to understand for first time users. Change-Id: I9c5a04a8928207b53acfb36ce7add8ca5f033d46 GitHub-Last-Rev: 49e125d GitHub-Pull-Request: #409 Reviewed-on: https://go-review.googlesource.com/c/tools/+/441415 TryBot-Result: Gopher Robot <[email protected]> gopls-CI: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> Reviewed-by: Robert Findley <[email protected]> Run-TryBot: Robert Findley <[email protected]>
This PR is being closed because golang.org/cl/441415 has been merged. |
I felt a bit confused on my first reading of the docs for using
go work
.It wasn't clear to me if the
tools
argument ingo work use tools tools/gopls
was an alias or a directory name, so I thought this might make it very clear to understand for first time users.