fix: imports
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
"bufio"
|
||||
"os"
|
||||
|
||||
"github.com/inancgumus/learngo/28-methods/logparser-pkg/report"
|
||||
"github.com/inancgumus/learngo/29-methods/logparser-pkg/report"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -13,7 +13,7 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/inancgumus/learngo/28-methods/logparser-pkg/report"
|
||||
"github.com/inancgumus/learngo/29-methods/logparser-pkg/report"
|
||||
)
|
||||
|
||||
// summarize prints the parsing results.
|
||||
|
@ -11,7 +11,7 @@ import (
|
||||
"bufio"
|
||||
"os"
|
||||
|
||||
"github.com/inancgumus/learngo/28-methods/logparser-testing/report"
|
||||
"github.com/inancgumus/learngo/29-methods/logparser-testing/report"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -13,7 +13,7 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/inancgumus/learngo/28-methods/logparser-testing/report"
|
||||
"github.com/inancgumus/learngo/29-methods/logparser-testing/report"
|
||||
)
|
||||
|
||||
// summarize prints the parsing results.
|
||||
|
@ -3,7 +3,7 @@ package main
|
||||
import (
|
||||
"time"
|
||||
|
||||
dl "github.com/inancgumus/learngo/30-concurrency/xxx-concurrent-downloader/fetch"
|
||||
dl "github.com/inancgumus/learngo/31-concurrency/xxx-concurrent-downloader/fetch"
|
||||
)
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user