summaryrefslogtreecommitdiff
path: root/doc/progs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/progs')
-rw-r--r--doc/progs/cat.go2
-rw-r--r--doc/progs/cat_rot13.go2
-rw-r--r--doc/progs/helloworld3.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/progs/cat.go b/doc/progs/cat.go
index f0f534926..f9f00b6e3 100644
--- a/doc/progs/cat.go
+++ b/doc/progs/cat.go
@@ -5,7 +5,7 @@
package main
import (
- "file";
+ "./file";
"flag";
"fmt";
"os";
diff --git a/doc/progs/cat_rot13.go b/doc/progs/cat_rot13.go
index 931fdf03c..ea608b83d 100644
--- a/doc/progs/cat_rot13.go
+++ b/doc/progs/cat_rot13.go
@@ -5,7 +5,7 @@
package main
import (
- "file";
+ "./file";
"flag";
"fmt";
"os";
diff --git a/doc/progs/helloworld3.go b/doc/progs/helloworld3.go
index 01fc3e30a..ea567fe1b 100644
--- a/doc/progs/helloworld3.go
+++ b/doc/progs/helloworld3.go
@@ -5,7 +5,7 @@
package main
import (
- "file";
+ "./file";
"fmt";
"os";
)