Lang
Best practice
channel-guarded-with-mutex
channel-guarded-with-mutex
Detected a channel guarded with a mutex. Channels already have an internal mutex, so this is unnecessary. Remove the mutex. See https://hackmongo.com/page/golang-antipatterns/#guarded-channel for more information.
hidden-goroutine
hidden-goroutine