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
i would like to propose a tiny code improvement, where we can change the map[string]bool type inside importgraph.go file to map[string]struct{} type and treat the nodes field of the importGraph struct just like a set.