9 lines
109 B
Go
9 lines
109 B
Go
/* File for free-related structs and methods */
|
|
|
|
package jsh
|
|
|
|
type MemStat struct {
|
|
Stat int
|
|
Units Unit
|
|
}
|