Versions in this module Expand all Collapse all v1 v1.0.0 Mar 2, 2023 Changes in this version + func SortedPathsByPopularity(storepaths []Storepath) ([]string, error) + type ScoredNode struct + func Score(g graph.Directed) ([]ScoredNode, error) + type Storepath struct + Path string + References []string + func ReadClosureGraphFile(filename string) (storepaths []Storepath, err error)