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
|