fix http.Dir docs

This commit is contained in:
Mauri de Souza Meneguzzo 2023-11-16 18:01:33 -03:00
parent 182cf93bce
commit 8e2f667cd9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import (
// specific directory tree.
//
// While the FileSystem.Open method takes '/'-separated paths, a Dir's string
// value is a filename on the native file system, not a URL, so it is separated
// value is a directory path on the native file system, not a URL, so it is separated
// by filepath.Separator, which isn't necessarily '/'.
//
// Note that Dir could expose sensitive files and directories. Dir will follow