start to write documents. but I only have poor English skill. 😱

pull/4/head
WAKAYAMA Shirou 11 years ago committed by Shirou WAKAYAMA
parent a553f97529
commit 5c127fc220

@ -1,3 +1,9 @@
//
// gopsutil is a port of psutil(http://pythonhosted.org/psutil/).
// This covers these architectures.
// - linux
// - freebsd
// - window
package gopsutil package gopsutil
import ( import (

@ -1,5 +1,7 @@
package gopsutil package gopsutil
// A HostInfoStat describes the host status.
// This is not in the psutil but it useful.
type HostInfoStat struct { type HostInfoStat struct {
Hostname string `json:"hostname"` Hostname string `json:"hostname"`
Uptime int64 `json:"uptime"` Uptime int64 `json:"uptime"`

Loading…
Cancel
Save