Skip to content

fix: refactor errors #99

fix: refactor errors

fix: refactor errors #99

Triggered via pull request November 4, 2024 22:20
Status Failure
Total duration 22s
Artifacts

go-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
go-test: cmd/cmd.go#L46
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
go-test: cmd/cmd.go#L50
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
go-test: cmd/cmd.go#L58
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
go-test: cmd/cmd.go#L71
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
go-test: cmd/cmd.go#L75
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
go-test: cmd/cmd.go#L84
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
go-test: cmd/cmd.go#L92
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
go-test: cmd/cmd.go#L100
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
go-test: cmd/cmd.go#L108
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)
go-test: cmd/cmd.go#L131
cannot use &err (value of type *error) as error value in argument to model.NewFormattedError: *error does not implement error (type *error is pointer to interface, not interface)