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
Ian Adam Naval 1d57896123 gofmt
2014-09-16 20:52:57 -04:00

9 lines
109 B
Go

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