fix: broken imports
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
"bufio"
|
||||
"os"
|
||||
|
||||
"github.com/inancgumus/learngo/x-tba/2-methods/xxx-log-parser-methods/packaged/metrics"
|
||||
"github.com/inancgumus/learngo/28-methods/xxx-log-parser-methods/packaged/metrics"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -11,7 +11,7 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/inancgumus/learngo/x-tba/2-methods/xxx-log-parser-methods/packaged/metrics"
|
||||
"github.com/inancgumus/learngo/28-methods/xxx-log-parser-methods/packaged/metrics"
|
||||
)
|
||||
|
||||
// summarize prints the report and errors if any
|
||||
|
@ -3,7 +3,7 @@ package main
|
||||
import (
|
||||
"time"
|
||||
|
||||
dl "github.com/inancgumus/course-experimentations/xxx-concurrent-downloader/0419-experimental/fetch"
|
||||
dl "github.com/inancgumus/learngo/30-concurrency/xxx-concurrent-downloader/fetch"
|
||||
)
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user