From 91ef0f989fb3039f25c2f6af24263e8f663b46e3 Mon Sep 17 00:00:00 2001 From: WAKAYAMA shirou Date: Wed, 30 Apr 2014 16:40:54 +0900 Subject: [PATCH] goimports --- host_windows.go | 3 ++- process_windows.go | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/host_windows.go b/host_windows.go index bf65552..dea38ba 100644 --- a/host_windows.go +++ b/host_windows.go @@ -3,10 +3,11 @@ package gopsutil import ( - "github.com/mitchellh/go-ps" "os" "syscall" "unsafe" + + "github.com/shirou/go-ps" ) var ( diff --git a/process_windows.go b/process_windows.go index 9758e58..f55fd77 100644 --- a/process_windows.go +++ b/process_windows.go @@ -4,9 +4,10 @@ package gopsutil import ( "errors" - "github.com/shirou/w32" "syscall" "unsafe" + + "github.com/shirou/w32" ) const (