Versions in this module Expand all Collapse all v0 v0.1.1 Apr 27, 2024 v0.1.0 Apr 27, 2024 Changes in this version + func NewConfig(maxHops int, timeout time.Duration, delay time.Duration, retries int) *config + type Gotr struct + Addr string + func NewGotr(addr string, opts ...*config) *Gotr + func (g *Gotr) Trace() Route + type Route struct + Hops []*RouteHop + func (r Route) Len() int + type RouteHop struct + Addr net.Addr + RTT float64 + TTL int