func TestFakeTime(t *testing.T) { … } type fakeTimeFrame … func parseFakeTime(x []byte) ([]fakeTimeFrame, error) { … } func TestTimeTimerType(t *testing.T) { … }
func TestFakeTime(t *testing.T) { … } type fakeTimeFrame … func parseFakeTime(x []byte) ([]fakeTimeFrame, error) { … } func TestTimeTimerType(t *testing.T) { … }