bump(github.com/docker/libcompose) v0.3.0
This commit is contained in:
+1
-2
@@ -3,7 +3,6 @@ package procfs
|
||||
import (
|
||||
"bufio"
|
||||
"fmt"
|
||||
"os"
|
||||
"strconv"
|
||||
"strings"
|
||||
)
|
||||
@@ -26,7 +25,7 @@ func NewStat() (Stat, error) {
|
||||
|
||||
// NewStat returns an information about current kernel/system statistics.
|
||||
func (fs FS) NewStat() (Stat, error) {
|
||||
f, err := os.Open(fs.Path("stat"))
|
||||
f, err := fs.open("stat")
|
||||
if err != nil {
|
||||
return Stat{}, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user