type DtTxt … func (dt *DtTxt) UnmarshalJSON(b []byte) error { … } func (t *DtTxt) MarshalJSON() ([]byte, error) { … } type Forecast5WeatherList … type Forecast5WeatherData … func (f *Forecast5WeatherData) Decode(r io.Reader) error { … }
type DtTxt … func (dt *DtTxt) UnmarshalJSON(b []byte) error { … } func (t *DtTxt) MarshalJSON() ([]byte, error) { … } type Forecast5WeatherList … type Forecast5WeatherData … func (f *Forecast5WeatherData) Decode(r io.Reader) error { … }