diff options
author | Russ Cox <rsc@golang.org> | 2009-06-25 20:13:56 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-06-25 20:13:56 -0700 |
commit | 79bc942e783455b53a95db0c36762276152080e1 (patch) | |
tree | e0c063064fc987d584eca21ec2892e33d1e787a9 /doc/progs/helloworld3.go | |
parent | ec511eeb81682ba8ec086193fa77cb4d4a72f0e0 (diff) | |
download | golang-79bc942e783455b53a95db0c36762276152080e1.tar.gz |
add ./ to imports where necessary
R=r
DELTA=51 (4 added, 4 deleted, 43 changed)
OCL=30759
CL=30778
Diffstat (limited to 'doc/progs/helloworld3.go')
-rw-r--r-- | doc/progs/helloworld3.go | 2 |
1 files changed, 1 insertions, 1 deletions
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"; ) |