This commit is contained in:
crusader 2018-04-28 22:17:13 +09:00
parent 6b4beb77fb
commit db124f0b5b
3 changed files with 6 additions and 6 deletions

View File

@ -9,8 +9,8 @@ import (
"syscall" "syscall"
"time" "time"
"git.loafle.net/overflow/probe/service/scheduler/storage" "git.loafle.net/commons/util-go/time/scheduler/storage"
"git.loafle.net/overflow/probe/service/scheduler/task" "git.loafle.net/commons/util-go/time/scheduler/task"
) )
type Scheduler struct { type Scheduler struct {

View File

@ -5,8 +5,8 @@ import (
"testing" "testing"
"time" "time"
"git.loafle.net/overflow/probe/service/scheduler" "git.loafle.net/commons/util-go/time/scheduler"
"git.loafle.net/overflow/probe/service/scheduler/storage" "git.loafle.net/commons/util-go/time/scheduler/storage"
) )
func TestDiscoverPort(t *testing.T) { func TestDiscoverPort(t *testing.T) {

View File

@ -7,8 +7,8 @@ import (
"strings" "strings"
"time" "time"
"git.loafle.net/overflow/probe/service/scheduler/storage" "git.loafle.net/commons/util-go/time/scheduler/storage"
"git.loafle.net/overflow/probe/service/scheduler/task" "git.loafle.net/commons/util-go/time/scheduler/task"
) )
type storageAdapter struct { type storageAdapter struct {