convert gob to whole-package compilation.

had to reorder some init code.

R=r
DELTA=136  (15 added, 110 deleted, 11 changed)
OCL=33071
CL=33102
This commit is contained in:
Russ Cox 2009-08-12 13:19:27 -07:00
parent b04ac108fd
commit a5bf45e389
9 changed files with 26 additions and 121 deletions

View file

@ -6,7 +6,6 @@ package gob
import (
"bytes";
"gob";
"math";
"os";
"reflect";