summaryrefslogtreecommitdiff
path: root/src/lib/net/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/net/parse.go')
-rw-r--r--src/lib/net/parse.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/net/parse.go b/src/lib/net/parse.go
index 78eff5f47..de47cb812 100644
--- a/src/lib/net/parse.go
+++ b/src/lib/net/parse.go
@@ -12,6 +12,10 @@ import (
"os";
)
+type Error struct {
+ os.ErrorString
+}
+
type file struct {
file *os.File;
data []byte;