type parseError … // malformedLine is used by all cgroupfs file parsers that expect a line // in a particular format but get some garbage instead. func malformedLine(path, file, line string) error { … }
type parseError … // malformedLine is used by all cgroupfs file parsers that expect a line // in a particular format but get some garbage instead. func malformedLine(path, file, line string) error { … }