Skip to content

Commit

Permalink
fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jan 19, 2020
1 parent ed2bd68 commit fa0d884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/local/process/os/os_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os/exec"
"strconv"

"github.com/micro/go-micro/runtime/process"
"github.com/micro/go-micro/runtime/local/process"
)

func (p *Process) Exec(exe *process.Executable) error {
Expand Down

0 comments on commit fa0d884

Please sign in to comment.