GoFmt fixes

pull/6/head
Lukas Lueg 11 years ago
parent 90ffa84856
commit fdf48b0e4a

@ -8,11 +8,11 @@ package gopsutil
import (
"bufio"
"errors"
"os"
"reflect"
"strconv"
"strings"
"errors"
)
var NotImplementedError = errors.New("not implemented yet")

@ -14,7 +14,7 @@ func TestGetDockerIDList(t *testing.T) {
if err != nil {
t.Errorf("error %v", err)
}
*/
*/
}
func TestCgroupCPU(t *testing.T) {

Loading…
Cancel
Save