format go program with go 1.5.2 "go fmt"
@ -3,10 +3,11 @@
package mem
import (
"errors"
"os/exec"
"strconv"
"strings"
"github.com/shirou/gopsutil/internal/common"
)
@ -5,9 +5,9 @@ package process
"bytes"
"encoding/binary"
"unsafe"
"syscall"
cpu "github.com/shirou/gopsutil/cpu"
@ -12,8 +12,8 @@ import (
"github.com/StackExchange/wmi"
"github.com/shirou/w32"
net "github.com/shirou/gopsutil/net"