Versions in this module Expand all Collapse all v0 v0.0.13 Jun 5, 2023 v0.0.12 Jun 1, 2023 Changes in this version + type Distances struct + func NewDistancesEmpty() *Distances + func NewDistancesFromData(data map[string]string) (*Distances, error) + func NewDistancesFromSysfs(sysfsPath string) (*Distances, error) + func (d *Distances) BetweenNodes(from, to int) (int, error)