loov / goda

Go Dependency Analysis toolkit
MIT License
1.37k stars 45 forks source link

What does ~ mean at the end of a package in dependency tree ? #76

Closed SkybuckFlying closed 4 months ago

SkybuckFlying commented 4 months ago
            └ google.golang.org/protobuf/reflect/protoreflect
              ├ google.golang.org/protobuf/encoding/protowire ~
              └ google.golang.org/protobuf/internal/pragma
egonelbre commented 4 months ago

The ~ simply indicates that the dependencies have been already listed above. This is to reduce the huge amount of duplication in the listing.