Fixes TestUserSignup conditional typo #8
Annotations
10 errors and 1 warning
cmd/web/handlers.go#L119
don't use ALL_CAPS in Go names; use CamelCase
|
internal/assert/assert.go#L8
exported function Equal should have comment or be unexported
|
internal/assert/assert.go#L16
exported function StringContains should have comment or be unexported
|
internal/models/errors.go#L5
exported var ErrNoRecord should have comment or be unexported
|
internal/models/errors.go#L6
exported var ErrInvalidCredentials should have comment or be unexported
|
internal/models/errors.go#L7
exported var ErrDuplicateEmail should have comment or be unexported
|
internal/models/snippets.go#L9
exported type SnippetModelInterface should have comment or be unexported
|
internal/models/snippets.go#L15
exported type Snippet should have comment or be unexported
|
internal/models/snippets.go#L23
exported type SnippetModel should have comment or be unexported
|
internal/models/snippets.go#L27
exported method SnippetModel.Insert should have comment or be unexported
|
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/
|
The logs for this run have expired and are no longer available.
Loading