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