aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2023-05-08 11:28:31 -0400
committerAustin Clements <austin@google.com>2023-05-12 12:00:09 +0000
commit6693807668af34c77522a7d7104bbc21dad5f0c8 (patch)
tree7872bec426bf0ea681ef3f743c1e7b746ccc9459 /misc
parent0efbec91cdc8b3e73a869e13dcec73c798147bd6 (diff)
downloadgo-6693807668af34c77522a7d7104bbc21dad5f0c8.tar.gz
go-6693807668af34c77522a7d7104bbc21dad5f0c8.zip
misc: update go.mod comment
We just moved all of the cgo tests out of misc, and this comment was already a little stale. Update it. Change-Id: Ide711cce53dbe6d9675de587c1d73514b063e952 Reviewed-on: https://go-review.googlesource.com/c/go/+/493600 Run-TryBot: Austin Clements <austin@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/go.mod11
1 files changed, 3 insertions, 8 deletions
diff --git a/misc/go.mod b/misc/go.mod
index 109d892047..d5494b157f 100644
--- a/misc/go.mod
+++ b/misc/go.mod
@@ -1,11 +1,6 @@
-// Module misc contains tests and binaries that pertain to specific build modes
-// (cgo) and platforms (Android and iOS).
-//
-// The 'run' scripts in ../src execute these tests and binaries, which need to
-// be in a module in order to build and run successfully in module mode.
-// (Otherwise, they lack well-defined import paths, and module mode — unlike
-// GOPATH mode — does not synthesize import paths from the absolute working
-// directory.)
+// Module misc contains binaries that pertain to specific platforms
+// (Android, iOS, and WebAssembly), as well as some miscellaneous
+// tests and tools.
module misc
go 1.21