tkrajina / go-elevations

SRTM parser for golang
Apache License 2.0
20 stars 5 forks source link

Change fmt.Printf to log.Printf #2

Closed dave closed 4 years ago

dave commented 4 years ago

I'm trying to disable output, which is possible with log.SetOutput(ioutil.Discard)... however this message is still displayed.