Updating dependency github.com/prometheus/procfs to version v0.0.5

This commit is contained in:
Davanum Srinivas
2020-03-24 13:34:32 -04:00
parent a1ef1e80be
commit af1833daf2
49 changed files with 4691 additions and 201 deletions

View File

@@ -106,7 +106,7 @@ type ProcStat struct {
// NewStat returns the current status information of the process.
//
// Deprecated: use NewStat() instead
// Deprecated: use p.Stat() instead
func (p Proc) NewStat() (ProcStat, error) {
return p.Stat()
}