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
IneffAssign detects ineffectual assignments in Go code.
bagoup/main_test.go Line 15: warning: no required module provides package github.com/tagatac/bagoup/chatdb/mock_chatdb; to add it: (ineffassign) Line 17: warning: no required module provides package github.com/tagatac/bagoup/opsys/mock_opsys; to add it: (ineffassign) Line 15: warning: could not import github.com/tagatac/bagoup/chatdb/mock_chatdb (invalid package name: "") (ineffassign) Line 17: warning: could not import github.com/tagatac/bagoup/opsys/mock_opsys (invalid package name: "") (ineffassign)
but when I run it locally, I don't get any output:
https://goreportcard.com/report/github.com/tagatac/bagoup reports
but when I run it locally, I don't get any output:
The text was updated successfully, but these errors were encountered: