Merge pull request #45 from kynmh69/39-feature-mod-echo-to-gin #83
Annotations
5 warnings and 7 notices
Unhandled error:
src/util/download_csv.go#L20
Unhandled error
|
Unused constant:
src/model/api_key.go#L13
Unused constant `COLUMN_KEY`
|
Unused exported function:
src/util/error.go#L10
Unused function `ServerError`
|
Unused exported function:
src/util/error.go#L14
Unused function `CustomHTTPErrorHandler`
|
Unused exported function:
src/util/time.go#L5
Unused function `ParseDay`
|
|
Usage of Snake_Case:
src/model/api_key.go#L13
Use camel case instead of snake case
|
Usage of Snake_Case:
src/updater/controller/save_holidays.go#L22
Use camel case instead of snake case
|
Usage of Snake_Case:
src/model/api_key.go#L12
Use camel case instead of snake case
|
Usage of Snake_Case:
src/model/api_key.go#L14
Use camel case instead of snake case
|
Usage of Snake_Case:
src/updater/controller/save_holidays.go#L21
Use camel case instead of snake case
|
Type assertion on errors fails on wrapped errors:
src/util/error.go#L16
Type assertion on errors fails on wrapped errors
|