fix: broken imports
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
|||||||
"bufio"
|
"bufio"
|
||||||
"os"
|
"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() {
|
func main() {
|
||||||
|
@ -11,7 +11,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"strings"
|
"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
|
// summarize prints the report and errors if any
|
||||||
|
@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"time"
|
"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