Update deploy.yml #168
Annotations
10 errors and 1 warning
build:
domain/gameinfo.go#L3
exported type GameInfo should have comment or be unexported
|
build:
nhl/client.go#L13
error var clientIsNil should have name of the form errFoo
|
build:
nhl/client.go#L14
error var clientError should have name of the form errFoo
|
build:
nhl/client.go#L16
exported type NHLClient should have comment or be unexported
|
build:
nhl/client.go#L16
type name will be used as nhl.NHLClient by other packages, and that stutters; consider calling this Client
|
build:
nhl/client.go#L17
interface method parameter gameId should be gameID
|
build:
nhl/client.go#L21
exported function NewNHLClient should have comment or be unexported
|
build:
nhl/client.go#L25
exported type NHLHTTPClient should have comment or be unexported
|
build:
nhl/client.go#L25
type name will be used as nhl.NHLHTTPClient by other packages, and that stutters; consider calling this HTTPClient
|
build:
nhl/client.go#L29
exported type HTTPClient should have comment or be unexported
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|