package main
import (
"testing"
)
func estRemakeGob(t *testing.T) {
province := &KeyList{}
LoadGob("./data/province.gob", province)
}