PKGBUILD/pkg/temperature/temperature.go

11 lines
84 B
Go

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