You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intention of the below lines seems to be to print the error. But the errors are never printed to the console as it is within fmt.Errorf which only formats the string to error format and enclosing it with fmt.Println or a logger will only show it to the user.
The intention of the below lines seems to be to print the error. But the errors are never printed to the console as it is within
fmt.Errorf
which only formats the string to error format and enclosing it withfmt.Println
or alogger
will only show it to the user.amrita_pyq/cmd/root.go
Line 35 in 0b8264e
amrita_pyq/cmd/semChoose.go
Line 14 in 0b8264e
amrita_pyq/cmd/semTable.go
Line 13 in 0b8264e
amrita_pyq/cmd/year.go
Line 15 in 0b8264e
Ways to resolve
fmt.Errorf
withfmt.Println
.The text was updated successfully, but these errors were encountered: