data_workshop/data_remake_test.go

11 lines
139 B
Go
Raw Normal View History

package main
import (
"testing"
)
2020-05-20 08:16:45 +00:00
func estRemakeGob(t *testing.T) {
province := &KeyList{}
LoadGob("./data/province.gob", province)
}