mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
Add missing import and remove unsued one
This commit is contained in:
@@ -3,8 +3,8 @@ package driver
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"os/exec"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/hashicorp/nomad/client/config"
|
||||
"github.com/hashicorp/nomad/nomad/structs"
|
||||
|
||||
@@ -4,6 +4,7 @@ import (
|
||||
"runtime"
|
||||
"syscall"
|
||||
"testing"
|
||||
"os/exec"
|
||||
)
|
||||
|
||||
func ExecCompatible(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user