]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/go.mod
misc: update go.mod comment
[gostls13.git] / misc / go.mod
index 109d892047d49cebc14038638a3c6d4b5c4e543a..d5494b157feab9977bdf38787859d44a6697d833 100644 (file)
@@ -1,11 +1,6 @@
-// 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 contains binaries that pertain to specific platforms
+// (Android, iOS, and WebAssembly), as well as some miscellaneous
+// tests and tools.
 module misc
 
 go 1.21