Skip to content

Commit

Permalink
misc: update go.mod comment
Browse files Browse the repository at this point in the history
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>
aclements committed May 12, 2023
1 parent 0efbec9 commit 6693807
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions misc/go.mod
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6693807

Please sign in to comment.