We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc9a2a commit 485d316Copy full SHA for 485d316
errors_plan9.go
@@ -5,5 +5,7 @@
5
6
package securejoin
7
8
+import "errors"
9
+
10
// ErrLoop is returned when too many symbolic links are encountered.
11
var ErrLoop = errors.New("Too many symbolic links were encountered in translating the pathname")
0 commit comments