goimports

This commit is contained in:
WAKAYAMA shirou 2014-04-30 16:40:54 +09:00
parent d4af853802
commit 91ef0f989f
2 changed files with 4 additions and 2 deletions

View File

@ -3,10 +3,11 @@
package gopsutil
import (
"github.com/mitchellh/go-ps"
"os"
"syscall"
"unsafe"
"github.com/shirou/go-ps"
)
var (

View File

@ -4,9 +4,10 @@ package gopsutil
import (
"errors"
"github.com/shirou/w32"
"syscall"
"unsafe"
"github.com/shirou/w32"
)
const (