]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/testing/fstest/mapfs.go
testing: add available godoc link
[gostls13.git] / src / testing / fstest / mapfs.go
index 8912e98930d328ea6697da6dbbf6156779f10877..1409d6202dd2d06363a3752bc51ce3d5f1d9477d 100644 (file)
@@ -19,7 +19,7 @@ import (
 //
 // The map need not include parent directories for files contained
 // in the map; those will be synthesized if needed.
-// But a directory can still be included by setting the MapFile.Mode's [fs.ModeDir] bit;
+// But a directory can still be included by setting the [MapFile.Mode]'s [fs.ModeDir] bit;
 // this may be necessary for detailed control over the directory's [fs.FileInfo]
 // or to create an empty directory.
 //