From 79bc942e783455b53a95db0c36762276152080e1 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 25 Jun 2009 20:13:56 -0700 Subject: add ./ to imports where necessary R=r DELTA=51 (4 added, 4 deleted, 43 changed) OCL=30759 CL=30778 --- doc/progs/helloworld3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/progs/helloworld3.go') 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"; ) -- cgit v1.2.3