mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-27 01:21:47 +00:00
sync - build broken
This commit is contained in:
10
python-garmin-connect/Error.go
Normal file
10
python-garmin-connect/Error.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package connect
|
||||
|
||||
// Error is a type implementing the error interface. We use this to define
|
||||
// constant errors.
|
||||
type Error string
|
||||
|
||||
// Error implements error.
|
||||
func (e Error) Error() string {
|
||||
return string(e)
|
||||
}
|
||||
Reference in New Issue
Block a user