Skip to content

Commit

Permalink
Update task.go
Browse files Browse the repository at this point in the history
  • Loading branch information
doudoubinga authored Oct 28, 2020
1 parent e88fd0b commit 4bf69b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/app/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
"sync"
"time"

"github.com/zu1k/proxypool/internal/cache"
"github.com/zu1k/proxypool/internal/database"
"github.com/zu1k/proxypool/pkg/provider"
"github.com/zu1k/proxypool/pkg/proxy"
"github.com/doudoubinga/proxypool/internal/cache"
"github.com/doudoubinga/proxypool/internal/database"
"github.com/doudoubinga/proxypool/pkg/provider"
"github.com/doudoubinga/proxypool/pkg/proxy"
)

var location, _ = time.LoadLocation("PRC")
Expand Down

0 comments on commit 4bf69b5

Please sign in to comment.