mirror of
https://github.com/golang/go
synced 2024-11-07 11:36:11 -07:00
e9c5e60cfd
Doing this allows updates to swig so it can access slices and strings in a somewhat less-unsafe way. Change-Id: If2af8f8cf58d2287569dcd7c7ce09728e20b5ff0 Reviewed-on: https://go-review.googlesource.com/c/go/+/463396 Run-TryBot: David Chase <drchase@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
12 lines
470 B
Modula-2
12 lines
470 B
Modula-2
// 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
|
|
|
|
go 1.21
|