From 2ee4549f599ed214693abf75163176f178b4188c Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 12 Aug 2009 13:19:17 -0700 Subject: convert non-low-level non-google pkg code to whole-package compilation. R=r OCL=33070 CL=33101 --- src/pkg/json/struct.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pkg/json/struct.go') diff --git a/src/pkg/json/struct.go b/src/pkg/json/struct.go index b6cebe12d..99312e9c4 100644 --- a/src/pkg/json/struct.go +++ b/src/pkg/json/struct.go @@ -8,7 +8,6 @@ package json import ( - "json"; "reflect"; "strings"; ) -- cgit v1.2.3