aboutsummaryrefslogtreecommitdiff
path: root/misc/go.mod
blob: fc9f1133a4608ae4ca0143f4a8fc4414866d9400 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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.12