bump(github.com/docker/libcompose) v0.3.0

This commit is contained in:
Tomas Kral
2016-08-22 10:51:22 +02:00
parent 223b4f37fa
commit e341adce0e
57 changed files with 944 additions and 12907 deletions
+1 -2
View File
@@ -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
}