1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 23:16:22 +00:00

go mod and vendor changes

This commit is contained in:
rajashree
2020-02-18 11:17:29 -08:00
parent 4e38cdf825
commit 7e603d411a
404 changed files with 55774 additions and 53750 deletions

View File

@@ -31,7 +31,7 @@ type BuddyInfo struct {
Sizes []float64
}
// NewBuddyInfo reads the buddyinfo statistics from the specified `proc` filesystem.
// BuddyInfo reads the buddyinfo statistics from the specified `proc` filesystem.
func (fs FS) BuddyInfo() ([]BuddyInfo, error) {
file, err := os.Open(fs.proc.Path("buddyinfo"))
if err != nil {