fix: imports
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
|||||||
"bufio"
|
"bufio"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/inancgumus/learngo/28-methods/logparser-pkg/report"
|
"github.com/inancgumus/learngo/29-methods/logparser-pkg/report"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -13,7 +13,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/inancgumus/learngo/28-methods/logparser-pkg/report"
|
"github.com/inancgumus/learngo/29-methods/logparser-pkg/report"
|
||||||
)
|
)
|
||||||
|
|
||||||
// summarize prints the parsing results.
|
// summarize prints the parsing results.
|
||||||
|
@ -11,7 +11,7 @@ import (
|
|||||||
"bufio"
|
"bufio"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/inancgumus/learngo/28-methods/logparser-testing/report"
|
"github.com/inancgumus/learngo/29-methods/logparser-testing/report"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -13,7 +13,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/inancgumus/learngo/28-methods/logparser-testing/report"
|
"github.com/inancgumus/learngo/29-methods/logparser-testing/report"
|
||||||
)
|
)
|
||||||
|
|
||||||
// summarize prints the parsing results.
|
// summarize prints the parsing results.
|
||||||
|
@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"time"
|
"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