package temperature import ( "io" ) func Get(w io.Writer) error { return nil }