-
Notifications
You must be signed in to change notification settings - Fork 18.1k
cmd/go/internal: update documentation of go test and go generate #57814
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
cmd/go/internal: update documentation of go test and go generate #57814
Conversation
This PR (HEAD: 8ea70aa) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/461683 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 During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Bryan Mills: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
8ea70aa
to
c1bde1e
Compare
This PR (HEAD: c1bde1e) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/461683 to see it. Tip: You can toggle comments from me using the |
Message from 樋田翔吾: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from 樋田翔吾: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Bryan Mills: Patch Set 2: Code-Review+2 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
This PR (HEAD: 9645d75) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/461683 to see it. Tip: You can toggle comments from me using the |
Message from 樋田翔吾: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Bryan Mills: Patch Set 3: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
This PR (HEAD: 884e8b5) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/461683 to see it. Tip: You can toggle comments from me using the |
Message from 樋田翔吾: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Bryan Mills: Patch Set 4: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Bryan Mills: Patch Set 4: Auto-Submit+1 Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Bryan Mills: Patch Set 4: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Gopher Robot: Patch Set 4: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Dmitri Shuralyov: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from 樋田翔吾: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Signed-off-by: Shogo Hida <[email protected]>
Signed-off-by: Shogo Hida <[email protected]>
Signed-off-by: Shogo Hida <[email protected]>
Signed-off-by: Shogo Hida <[email protected]>
Signed-off-by: Shogo Hida <[email protected]>
884e8b5
to
66a841c
Compare
This PR (HEAD: 66a841c) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/461683 to see it. Tip: You can toggle comments from me using the |
Message from 樋田翔吾: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Dmitri Shuralyov: Patch Set 6: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Dmitri Shuralyov: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
This PR (HEAD: 697c255) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/461683 to see it. Tip: You can toggle comments from me using the |
Message from Dmitri Shuralyov: Patch Set 7: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Gopher Robot: Patch Set 7: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Gopher Robot: Patch Set 7: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Dmitri Shuralyov: Patch Set 7: Auto-Submit+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from 樋田翔吾: Patch Set 7: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Message from Dmitri Shuralyov: Patch Set 7: Code-Review+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/461683. |
Fixes #57050 Change-Id: I46cac667ff78ac171c878f4366f8f01f58f1d27d GitHub-Last-Rev: 697c255 GitHub-Pull-Request: #57814 Reviewed-on: https://go-review.googlesource.com/c/go/+/461683 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Bryan Mills <[email protected]>
This PR is being closed because golang.org/cl/461683 has been merged. |
…est and go generate For #57050. Fixes #60457. Change-Id: I46cac667ff78ac171c878f4366f8f01f58f1d27d GitHub-Last-Rev: 697c255 GitHub-Pull-Request: #57814 Reviewed-on: https://go-review.googlesource.com/c/go/+/461683 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Bryan Mills <[email protected]> (cherry picked from commit 93d9035) Reviewed-on: https://go-review.googlesource.com/c/go/+/499295 Run-TryBot: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
…est and go generate For #57050. Fixes #60458. Change-Id: I46cac667ff78ac171c878f4366f8f01f58f1d27d GitHub-Last-Rev: 697c255 GitHub-Pull-Request: #57814 Reviewed-on: https://go-review.googlesource.com/c/go/+/461683 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Bryan Mills <[email protected]> (cherry picked from commit 93d9035) Reviewed-on: https://go-review.googlesource.com/c/go/+/499218 Run-TryBot: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
Fixes #57050