mirror of
https://github.com/golang/go
synced 2024-11-11 18:51:37 -07:00
6693807668
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>
7 lines
175 B
Modula-2
7 lines
175 B
Modula-2
// 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
|