goimports
This commit is contained in:
parent
d4af853802
commit
91ef0f989f
|
@ -3,10 +3,11 @@
|
|||
package gopsutil
|
||||
|
||||
import (
|
||||
"github.com/mitchellh/go-ps"
|
||||
"os"
|
||||
"syscall"
|
||||
"unsafe"
|
||||
|
||||
"github.com/shirou/go-ps"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -4,9 +4,10 @@ package gopsutil
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/shirou/w32"
|
||||
"syscall"
|
||||
"unsafe"
|
||||
|
||||
"github.com/shirou/w32"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue