Retracted: Phantom path (tilde). The natural retraction tag v4~/v1.18.2
is an invalid git ref name, so this retraction is published as the root tag
v1.18.2 instead — which is how this path is already keyed (its versions are
the repo's v1.x root tags).
type Stat struct {
// Timestamp of recording Timestamp int64// Start time as unix timestamp Started int64// Uptime in seconds Uptime int64// Memory usage in bytes Memory uint64// Threads aka go routines Threads uint64// Garbage collection in nanoseconds GC uint64
}