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")

Loading…
Cancel
Save