This repository has been archived on 2015-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
jsh/free.go

9 lines
116 B
Go

/* File for free-related structs and methods */
package jsh
type MemStat struct {
Stat int
Units Unit
}