mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
b04ac108fd
commit
a5bf45e389
9 changed files with 26 additions and 121 deletions
|
|
@ -6,7 +6,6 @@ package gob
|
|||
|
||||
import (
|
||||
"bytes";
|
||||
"gob";
|
||||
"math";
|
||||
"os";
|
||||
"reflect";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue