From c67478eb2cfefebf09d0c648efa24bb9578078ba Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 14 Sep 2009 21:03:53 -0700 Subject: fix "declared and not used" in tests; also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622 --- test/nil.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/nil.go') diff --git a/test/nil.go b/test/nil.go index 1aef54ba9..d35309615 100644 --- a/test/nil.go +++ b/test/nil.go @@ -32,4 +32,6 @@ func main() { i = nil; ta = make([]IN, 1); ta[0] = nil; + + _, _, _, _, _, _, _, _ = i, f, s, m, c, t, in, ta; } -- cgit v1.2.3