fix: import paths
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
|||||||
"bufio"
|
"bufio"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/inancgumus/learngo/interfaces/04-log-parser/testing/report"
|
"github.com/inancgumus/learngo/interfaces/05-log-parser/testing/report"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -13,7 +13,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/inancgumus/learngo/interfaces/04-log-parser/testing/report"
|
"github.com/inancgumus/learngo/interfaces/05-log-parser/testing/report"
|
||||||
)
|
)
|
||||||
|
|
||||||
// summarize prints the parsing results.
|
// summarize prints the parsing results.
|
||||||
|
Reference in New Issue
Block a user