Skip to content

Commit 485d316

Browse files
committed
Plan 9 support: make it actually build.
Signed-off-by: Ronald G Minnich <[email protected]>
1 parent fbc9a2a commit 485d316

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

errors_plan9.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55

66
package securejoin
77

8+
import "errors"
9+
810
// ErrLoop is returned when too many symbolic links are encountered.
911
var ErrLoop = errors.New("Too many symbolic links were encountered in translating the pathname")

0 commit comments

Comments
 (0)