mirror of
https://github.com/sstent/go-garth.git
synced 2026-02-02 12:31:53 +00:00
sync - build broken
This commit is contained in:
11
python-garmin-connect/Logger.go
Normal file
11
python-garmin-connect/Logger.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package connect
|
||||
|
||||
// Logger defines the interface understood by the Connect client for logging.
|
||||
type Logger interface {
|
||||
Printf(format string, v ...interface{})
|
||||
}
|
||||
|
||||
type discardLog struct{}
|
||||
|
||||
func (*discardLog) Printf(format string, v ...interface{}) {
|
||||
}
|
||||
Reference in New Issue
Block a user