mirror of
https://github.com/golang/go
synced 2024-11-05 17:46:16 -07:00
813aad51d9
For #60558. Change-Id: I1a390f4619e181936d71964f5666052080689374 Reviewed-on: https://go-review.googlesource.com/c/go/+/510836 Auto-Submit: Heschi Kreinick <heschi@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Heschi Kreinick <heschi@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@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.22
|